Skip to content

Commit 13942e4

Browse files
authored
chore(async-rewriter2): increase test timeout (#772)
1 parent 03c6e90 commit 13942e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/async-rewriter2/src/async-writer-babel.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ describe('AsyncWriter', () => {
704704
await execFile(process.execPath, [
705705
path.resolve(__dirname, '..', 'test', 'fixtures', 'with-domain.js')
706706
], {
707-
timeout: 5_000
707+
timeout: 15_000
708708
});
709709
});
710710
});

0 commit comments

Comments
 (0)