Skip to content

Commit 1b3a096

Browse files
committed
+ qunit.timeout
1 parent fa7c8eb commit 1b3a096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module.exports = function (grunt){
5050
qunit: {
5151
all: {
5252
options: {
53+
timeout: 5 * 60 * 1000, // 5min
5354
files: {
5455
'1px.gif':['tests/files/1px.gif']
5556
, 'hello.txt':['tests/files/hello.txt']

0 commit comments

Comments
 (0)