increased the timeout for Travis tests
This commit is contained in:
parent
9325abb924
commit
12dcacea5a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
'travis' : {
|
||||
suite : './test/casperjs/TravisTestSuite.js',
|
||||
delay : 5000
|
||||
delay : 10000
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue