summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/origins/resources/mixedSchemes.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/origins/resources/mixedSchemes.html')
-rw-r--r--tests/auto/core/origins/resources/mixedSchemes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/origins/resources/mixedSchemes.html b/tests/auto/core/origins/resources/mixedSchemes.html
index 260372a29..53c8c83ff 100644
--- a/tests/auto/core/origins/resources/mixedSchemes.html
+++ b/tests/auto/core/origins/resources/mixedSchemes.html
@@ -12,7 +12,7 @@
document.getElementById("iframe").setAttribute("src", url);
// Early fire is OK unless the test is expecting cannotLoad.
// If timeout is too short then a false positive is possible.
- setTimeout(() => { result = result || "cannotLoad"; }, 1000);
+ setTimeout(() => { result = result || "cannotLoad"; }, 3000);
}
addEventListener("load", function() {