Skip to content

Commit 1ee7e99

Browse files
authored
Increase timeout for build step of concurrently in tests (#363)
1 parent 2e8eaa5 commit 1ee7e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/concurrently.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ beforeAll(async () => {
3232
bundle: true,
3333
outfile: path.join(tmpDir, 'concurrently.js'),
3434
});
35-
});
35+
}, 8000);
3636

3737
afterAll(() => {
38-
// Remove the temporary directory
38+
// Remove the temporary directory where 'concurrently' was stored
3939
if (tmpDir) {
4040
fs.rmdirSync(tmpDir, { recursive: true });
4141
}

0 commit comments

Comments
 (0)