diff --git a/Gruntfile.js b/Gruntfile.js index 33e45459..9eff0078 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,6 +103,7 @@ module.exports = function(grunt) { qunit: { all: { options: { + timeout: 10000, urls: [ "http://localhost:8000/test/test.html" ] } }