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

Commit 1f1aab4

Browse files
committed
Increase test timeout in test/compiler.js
Running the test on Travis with Node 0.12 can hit the 1000ms limit. Increase it to 2000.
1 parent c3edd3a commit 1f1aab4

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(1000);
38+
this.slow(2000);
3939

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

0 commit comments

Comments
 (0)