Title: [202061] trunk/LayoutTests
- Revision
- 202061
- Author
- [email protected]
- Date
- 2016-06-14 13:35:24 -0700 (Tue, 14 Jun 2016)
Log Message
Increase timeouts for userscripts/window-onerror-for-isolated-world-3.html to fix flakiness.
https://bugs.webkit.org/show_bug.cgi?id=158750
Reviewed by Joseph Pecoraro.
* userscripts/window-onerror-for-isolated-world-3.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (202060 => 202061)
--- trunk/LayoutTests/ChangeLog 2016-06-14 20:17:10 UTC (rev 202060)
+++ trunk/LayoutTests/ChangeLog 2016-06-14 20:35:24 UTC (rev 202061)
@@ -1,3 +1,12 @@
+2016-06-14 Ryan Haddad <[email protected]>
+
+ Increase timeouts for userscripts/window-onerror-for-isolated-world-3.html to fix flakiness.
+ https://bugs.webkit.org/show_bug.cgi?id=158750
+
+ Reviewed by Joseph Pecoraro.
+
+ * userscripts/window-onerror-for-isolated-world-3.html:
+
2016-06-14 Commit Queue <[email protected]>
Unreviewed, rolling out r202057.
Modified: trunk/LayoutTests/userscripts/window-onerror-for-isolated-world-3.html (202060 => 202061)
--- trunk/LayoutTests/userscripts/window-onerror-for-isolated-world-3.html 2016-06-14 20:17:10 UTC (rev 202060)
+++ trunk/LayoutTests/userscripts/window-onerror-for-isolated-world-3.html 2016-06-14 20:35:24 UTC (rev 202061)
@@ -67,12 +67,12 @@
setTimeout(function() {
header("Main World");
triggerExceptions("main world");
-}, 50);
+}, 100);
setTimeout(function() {
header("Isolated World");
testRunner.evaluateScriptInIsolatedWorld(0, "(" + triggerExceptions + ")('isolated script')");
-}, 100);
+}, 200);
</script>
</body>
</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes