Skip to content

Commit

Permalink
Change the failing test, instead of a random one
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Nov 14, 2023
1 parent 45e23e9 commit c6fcdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/stable/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("auth", () => {
} | null
>
>(true);
}, 60_000);
});

test("check client token query", () => {
const clientToken = e.select(e.ext.auth.global.client_token);
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-core/test/core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ test("test password signup/signin/reset flow", async () => {
} finally {
await client.close();
}
}, 10_000);
}, 60_000);

test("get providers info", async () => {
const client = getClient({ tlsSecurity: "insecure" });
Expand Down

0 comments on commit c6fcdd2

Please sign in to comment.