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

Unified Diff: tests/npapi_geturl/npapi_geturl.html

Issue 2853014: The Mac Selenium tests are flaky, failing every now and then because of a... (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 6 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 | « tests/npapi_bridge/npapi_test.html ('k') | tests/npapi_hw/npapi_hw.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/npapi_geturl/npapi_geturl.html
===================================================================
--- tests/npapi_geturl/npapi_geturl.html (revision 2563)
+++ tests/npapi_geturl/npapi_geturl.html (working copy)
@@ -113,7 +113,7 @@
<script type="text/javascript" src="nacl_js_lib.js"></script>
<script type="text/javascript">
//<![CDATA[
- var nacllib = new NaclLib('nacl_module', 'status', 100);
+ var nacllib = new NaclLib('nacl_module', 'status', 500);
// Returns true ("wait") to the NaclLib test driver until all of the
// tests are complete. I.e., either all of the file load callbacks have
« no previous file with comments | « tests/npapi_bridge/npapi_test.html ('k') | tests/npapi_hw/npapi_hw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698