mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-04 08:15:20 +00:00
Tests: Bump mocha timeout for browser tests (#1941)
The Argon2 memory-heavy test takes longer in Firefox. Follow up fix to: -04c59a297a-4aad1d1e34
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
// setup mocha
|
||||
mocha.setup({
|
||||
ui: 'bdd',
|
||||
timeout: 45000
|
||||
timeout: 60000
|
||||
});
|
||||
|
||||
// Safari 14 does not support top-level await
|
||||
|
||||
Reference in New Issue
Block a user