Adding a timeout to work better with the async navigator tests

This commit is contained in:
houseofyin 2013-03-23 21:05:39 -04:00
parent c92c9cd325
commit 0c94007ed0

View File

@ -103,6 +103,7 @@ module.exports = function(grunt) {
qunit: { qunit: {
all: { all: {
options: { options: {
timeout: 10000,
urls: [ "http://localhost:8000/test/test.html" ] urls: [ "http://localhost:8000/test/test.html" ]
} }
} }