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

Unified Diff: tests/html/no_linked_scripts_htmltest.html

Issue 700753004: Refactor browser test enqueuing in test scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix errors. Created 6 years, 1 month 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
Index: tests/html/no_linked_scripts_htmltest.html
diff --git a/tests/html/no_linked_scripts_htmltest.html b/tests/html/no_linked_scripts_htmltest.html
index ac66485ffedde283f1625c889cc33d9d21d7c254..3ec0861117afebc043c6c5c7ead2040f03e75fb0 100644
--- a/tests/html/no_linked_scripts_htmltest.html
+++ b/tests/html/no_linked_scripts_htmltest.html
@@ -27,7 +27,7 @@ END_HTML_DART_TEST
parent.postMessage('ko', '*');
window.postMessage('hest', '*');
}
- setTimeout(delayed, 5000);
+ setTimeout(delayed, 500);
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698