Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 5abf272

Browse files
committed
Increase test timeout again in test/compiler.js
Running the test on Travis can hit the 2000ms limit. Increase it once again to 5000.
1 parent 1f1aab4 commit 5abf272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ assertError.params = {
3535
};
3636

3737
describe('compiler.jar', function() {
38-
this.slow(2000);
38+
this.slow(5000);
3939

4040
it('should not be a snapshot build', function(done) {
4141
var compiler = new Compiler({ version: true});

0 commit comments

Comments
 (0)