Skip to content

Commit e106c9a

Browse files
committed
Increase timeout
1 parent 9895a85 commit e106c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/esbuild-plugin-node/test/plugin.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ function getTrace(stdOutLines: string[], spanName: string) {
7171
.join('');
7272
}
7373

74-
describe('Esbuild can instrument packages via a plugin', () => {
74+
describe('Esbuild can instrument packages via a plugin', function () {
75+
this.timeout(20_000);
7576
let stdOutLines: string[] = [];
7677

7778
before(async () => {

0 commit comments

Comments
 (0)