Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumiok committed Sep 10, 2023
1 parent ab8f70a commit 583aa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/function.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ describe('Define', () => {
const f = define(t.number, 'Find the third prime number.');
const number = await f({});
expect(number).toEqual(5);
}, 10000);
}, 60000);
});

0 comments on commit 583aa67

Please sign in to comment.