From 0c94007ed0d4b1803cffbb5dc3eeec45cb13dc2a Mon Sep 17 00:00:00 2001 From: houseofyin Date: Sat, 23 Mar 2013 21:05:39 -0400 Subject: [PATCH] Adding a timeout to work better with the async navigator tests --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) 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" ] } }