Skip to content

Commit 7d7b038

Browse files
petebacondarwingkalpak
authored andcommitted
chore(Gruntfile): lengthen a+ promise test timeout to prevent flakes
1 parent bcac64b commit 7d7b038

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
@@ -314,7 +314,7 @@ module.exports = function(grunt) {
314314
stderr: true,
315315
failOnError: true
316316
},
317-
command: path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js')
317+
command: path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js --timeout 2000')
318318
}
319319
},
320320

0 commit comments

Comments
 (0)