mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Adding a timeout to work better with the async navigator tests
This commit is contained in:
parent
c92c9cd325
commit
0c94007ed0
@ -103,6 +103,7 @@ module.exports = function(grunt) {
|
||||
qunit: {
|
||||
all: {
|
||||
options: {
|
||||
timeout: 10000,
|
||||
urls: [ "http://localhost:8000/test/test.html" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user