Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Update test_all.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup authored Jan 16, 2020
1 parent 1b26fc7 commit 2a55bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/test_all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ async function runAllTests(): Promise<void> {

try {
await runTests("test1", "empty");
await new Promise((resolve) => setTimeout(resolve, 5000));
await runTests("test2", "empty");
} catch (e) {
exitCode = 1;
Expand Down

0 comments on commit 2a55bf9

Please sign in to comment.