CI: Bump browser test timeout
This commit is contained in:
parent
95dd81381f
commit
ca248ba1a8
|
@ -20,7 +20,7 @@ module.exports = function(config) {
|
||||||
mocha: {
|
mocha: {
|
||||||
reporter: 'html',
|
reporter: 'html',
|
||||||
ui: 'bdd',
|
ui: 'bdd',
|
||||||
timeout: 10000,
|
timeout: 30000,
|
||||||
grep: process.env.LIGHTWEIGHT ? '@lightweight' : undefined
|
grep: process.env.LIGHTWEIGHT ? '@lightweight' : undefined
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user