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:
Daniel Huigens
2025-12-03 11:48:13 +01:00
committed by GitHub
parent d00821b49b
commit db9531df0f

View File

@@ -15,7 +15,7 @@
// setup mocha
mocha.setup({
ui: 'bdd',
timeout: 45000
timeout: 60000
});
// Safari 14 does not support top-level await