| Index: tests/npapi_runtime/npapi_runtime.html
|
| ===================================================================
|
| --- tests/npapi_runtime/npapi_runtime.html (revision 2563)
|
| +++ tests/npapi_runtime/npapi_runtime.html (working copy)
|
| @@ -703,7 +703,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() {
|
| testTimeoutHandler = setTimeout('HandleTestTimeout()', 10000);
|
|
|