From f54bbcc0bc26123574561bce9101d06fd9c474dd Mon Sep 17 00:00:00 2001 From: Stanislav A Date: Wed, 28 Dec 2022 15:52:35 +0300 Subject: [PATCH] tweak prevent-xhr test --- tests/scriptlets/prevent-xhr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scriptlets/prevent-xhr.test.js b/tests/scriptlets/prevent-xhr.test.js index ac194e82..a6c8ac10 100644 --- a/tests/scriptlets/prevent-xhr.test.js +++ b/tests/scriptlets/prevent-xhr.test.js @@ -634,7 +634,7 @@ if (isSupported) { xhr1.send(); // use timeout to avoid hit collisions - setTimeout(() => xhr2.send(), 1); + setTimeout(() => xhr2.send(), 10); }); } else { test('unsupported', (assert) => {