Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html

Issue 1279743003: Deflake http/tests/misc/script-sync-slow-scripts-onerror.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html
diff --git a/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html b/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html
index 31138b6df7b4337eaa221b2988ff43d70e5a7e50..716cd48c7980210fe8a0eb13d1c45bebac194612 100644
--- a/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html
+++ b/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html
@@ -49,8 +49,8 @@ function unexpectedLoad() {
}
loadScript("resources/success.js?3", false);
-loadScript("resources/slow-nonexisting-script.php?sleep=1", false, unexpectedLoad, failedFirst);
-loadScript("resources/slow-nonexisting-script.php?sleep=2", false, unexpectedLoad, failedSecond);
+loadScript("resources/slow-nonexisting-script.php?timeout=1", false, unexpectedLoad, failedFirst);
+loadScript("resources/slow-nonexisting-script.php?timeout=2", false, unexpectedLoad, failedSecond);
</script>
</body>
</html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698