Skip to content

Commit

Permalink
try: bump test timeout to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Nov 14, 2023
1 parent 52f16c2 commit 4c02ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/stable/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("auth", () => {

afterAll(async () => {
await teardownTests(client);
}, 10_000);
}, 60_000);

test("check generated globals", () => {
const clientTokenIdentity = e.select(
Expand Down

0 comments on commit 4c02ceb

Please sign in to comment.