Skip to content

Commit 77661c4

Browse files
committed
Fixed long timeout.
1 parent 562418b commit 77661c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/js/runtimeTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ describe('Runtime tests', () => {
8585
fail(`Failed test in suite ${TEST_NAME}: \n${e}\n`);
8686
}
8787
console.log(`Passed all tests in suite ${TEST_NAME}`);
88-
}, 20000);
88+
});
8989
}
9090
});

0 commit comments

Comments
 (0)