mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-02 21:36:11 +03:00
Adjust timeout downward
This commit is contained in:
parent
c53bd18290
commit
fd81da2f7d
1 changed files with 2 additions and 2 deletions
|
@ -158,7 +158,7 @@ module.exports = function(grunt) {
|
|||
normal: {
|
||||
options: {
|
||||
urls: [ "http://localhost:8000/test/test.html" ],
|
||||
timeout: 500000
|
||||
timeout: 10000
|
||||
}
|
||||
},
|
||||
coverage: {
|
||||
|
@ -172,7 +172,7 @@ module.exports = function(grunt) {
|
|||
disposeCollector: true
|
||||
},
|
||||
inject: 'test/helpers/phantom-bridge.js',
|
||||
timeout: 500000
|
||||
timeout: 10000
|
||||
}
|
||||
},
|
||||
all: {
|
||||
|
|
Loading…
Add table
Reference in a new issue