Skip to content

Commit d76b9a2

Browse files
committed
increase timeouts for passing test on github actions
1 parent 8ece12d commit d76b9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/__tests__/circularInequality.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test('handles circular inequality properly', async () => {
4444
tempDir,
4545
['--no-watchman', '--watch-all'],
4646
// timeout in case the `waitUntil` below doesn't fire
47-
{stripAnsi: true, timeout: 5000},
47+
{stripAnsi: true, timeout: 10_000},
4848
);
4949

5050
await waitUntil(({stderr}) => stderr.includes('Ran all test suites.'));

0 commit comments

Comments
 (0)