mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Set QUnit per-test timeout (#21102)
60s is a lot, and I'd prefer 15s, but the first test in a suite can take up to 40s. 60s is still better than `Infinity` 😌
This commit is contained in:
@@ -202,6 +202,7 @@ export default function setupTests(config) {
|
||||
setupDeprecationCounter(QUnit);
|
||||
|
||||
QUnit.config.hidepassed = true;
|
||||
QUnit.config.testTimeout = 60_000;
|
||||
|
||||
sinon.config = {
|
||||
injectIntoThis: false,
|
||||
|
||||
Reference in New Issue
Block a user