Index: tests/npapi_bridge/npapi_test.html |
=================================================================== |
--- tests/npapi_bridge/npapi_test.html (revision 2563) |
+++ tests/npapi_bridge/npapi_test.html (working copy) |
@@ -12,7 +12,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.numModulesReady = function(modules) { |
var count = 0; |