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 |