Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 6e72757

Browse files
committed
Decrease timeout to 45 seconds for specs.
This should be more than enough now that there is a 100 statement limit inside of the test files for the official suite.
1 parent d53f5c6 commit 6e72757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ module.exports = function(grunt) {
158158
options: {
159159
failOnError: true
160160
},
161-
command: `ALL_TESTS=true ${getCmdString('mocha', '--reporter=list --timeout=90000')}`
161+
command: `ALL_TESTS=true ${getCmdString('mocha', '--reporter=list --timeout=45000')}`
162162
},
163163
debug: {
164164
options: {

0 commit comments

Comments
 (0)