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

Unified Diff: tests/prebuilt/x86/srpc_basic.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/prebuilt/x86/npapi_hw.html ('k') | tests/prebuilt/x86/srpc_hw.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/prebuilt/x86/srpc_basic.html
===================================================================
--- tests/prebuilt/x86/srpc_basic.html (revision 2563)
+++ tests/prebuilt/x86/srpc_basic.html (working copy)
@@ -685,7 +685,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);
nacllib.test = function() {
server = document.getElementById("nacl_server");
« no previous file with comments | « tests/prebuilt/x86/npapi_hw.html ('k') | tests/prebuilt/x86/srpc_hw.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698