CI: Bump browser test timeout

This commit is contained in:
Daniel Huigens 2021-02-24 23:00:25 +01:00
parent 95dd81381f
commit ca248ba1a8

View File

@ -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
} }
}, },