mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-04 08:15:20 +00:00
CI: Bump browser test timeout
This commit is contained in:
@@ -20,7 +20,7 @@ module.exports = function(config) {
|
||||
mocha: {
|
||||
reporter: 'html',
|
||||
ui: 'bdd',
|
||||
timeout: 10000,
|
||||
timeout: 30000,
|
||||
grep: process.env.LIGHTWEIGHT ? '@lightweight' : undefined
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user