Skip to content

Commit b5c69df

Browse files
committed
increase the timeout
1 parent ae3f015 commit b5c69df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function runTest(...paths) {
3131
return { status: result.status, stdoutLines, trace: trace };
3232
}
3333

34-
describe('e2e Tests', { timeout: 20000 }, () => {
34+
describe('e2e Tests', { timeout: 60000 }, () => {
3535
test('Capture stack trace from multiple threads', () => {
3636
const result = runTest(__dirname, 'stack-traces.js')
3737

0 commit comments

Comments
 (0)