mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Adjust timeout downward
This commit is contained in:
parent
c53bd18290
commit
fd81da2f7d
@ -158,7 +158,7 @@ module.exports = function(grunt) {
|
|||||||
normal: {
|
normal: {
|
||||||
options: {
|
options: {
|
||||||
urls: [ "http://localhost:8000/test/test.html" ],
|
urls: [ "http://localhost:8000/test/test.html" ],
|
||||||
timeout: 500000
|
timeout: 10000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
coverage: {
|
coverage: {
|
||||||
@ -172,7 +172,7 @@ module.exports = function(grunt) {
|
|||||||
disposeCollector: true
|
disposeCollector: true
|
||||||
},
|
},
|
||||||
inject: 'test/helpers/phantom-bridge.js',
|
inject: 'test/helpers/phantom-bridge.js',
|
||||||
timeout: 500000
|
timeout: 10000
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
all: {
|
all: {
|
||||||
|
Loading…
Reference in New Issue
Block a user