increased the timeout for Travis tests

This commit is contained in:
juliandescottes
2014-09-13 20:32:01 +02:00
parent 9325abb924
commit 12dcacea5a

View File

@@ -36,7 +36,7 @@ module.exports = function(grunt) {
}, },
'travis' : { 'travis' : {
suite : './test/casperjs/TravisTestSuite.js', suite : './test/casperjs/TravisTestSuite.js',
delay : 5000 delay : 10000
} }
}; };