| Index: tests/npapi_hw/npapi_hw.html
|
| ===================================================================
|
| --- tests/npapi_hw/npapi_hw.html (revision 2563)
|
| +++ tests/npapi_hw/npapi_hw.html (working copy)
|
| @@ -53,7 +53,7 @@
|
| <script type="text/javascript" src="nacl_js_lib.js"></script>
|
| <script type="text/javascript">
|
| //<![CDATA[
|
| -var nacllib = new NaclLib("nacl_module", "status", 50);
|
| +var nacllib = new NaclLib("nacl_module", "status", 500);
|
|
|
| // we use a custom detector for whether a module is ready or not
|
| nacllib.numModulesReady = function(modules) {
|
|
|