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

Commit e36dbab

Browse files
chore(Gruntfile): lengthen a+ promise test timeout to prevent flakes
1 parent 4836278 commit e36dbab

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
@@ -294,7 +294,7 @@ module.exports = function(grunt) {
294294
stderr: true,
295295
failOnError: true
296296
},
297-
command: path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js')
297+
command: path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js --timeout 2000')
298298
}
299299
},
300300

0 commit comments

Comments
 (0)