Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f582f9e

Browse files
chore(promises-tests): make timeout longer (correctly)
1 parent c3a8b5d commit f582f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ module.exports = function(grunt) {
302302
stderr: true,
303303
failOnError: true
304304
},
305-
command: path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js -t 2000')
305+
command: path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js --timeout 2000')
306306
}
307307
},
308308

0 commit comments

Comments
 (0)