Fix TTS-2073 to increase the time to 2000ms from 500ms in tct-workers-w3c-tests
authorCui, Jieqiong <jieqiongx.cui@intel.com>
Thu, 17 Oct 2013 05:42:19 +0000 (13:42 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Thu, 17 Oct 2013 05:59:32 +0000 (13:59 +0800)
Signed-off-by: Cui, Jieqiong <jieqiongx.cui@intel.com>
42 files changed:
tct-workers-w3c-tests/workers/w3c/COPYING
tct-workers-w3c-tests/workers/w3c/MessagePort_initial_disabled.htm
tct-workers-w3c-tests/workers/w3c/MessagePort_onmessage_start.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_ErrorEvent_message.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_EventTarget.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_XMLHttpRequest.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_addEventListener.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_close.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_importScripts_NetworkErr.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_removeEventListener.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setInterval.htm
tct-workers-w3c-tests/workers/w3c/WorkerGlobalScope_setTimeout.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_encoding.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_hash_nonexist.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_host.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_hostname.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_href.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_pathname.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_port.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_protocol.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_search.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_empty.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_fragment.htm
tct-workers-w3c-tests/workers/w3c/WorkerLocation_search_nonexist.htm
tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appName.htm
tct-workers-w3c-tests/workers/w3c/WorkerNavigator_appVersion.htm
tct-workers-w3c-tests/workers/w3c/WorkerNavigator_onLine.htm
tct-workers-w3c-tests/workers/w3c/WorkerNavigator_platform.htm
tct-workers-w3c-tests/workers/w3c/WorkerNavigator_userAgent.htm
tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_message.htm
tct-workers-w3c-tests/workers/w3c/Worker_ErrorEvent_type.htm
tct-workers-w3c-tests/workers/w3c/Worker_basic.htm
tct-workers-w3c-tests/workers/w3c/Worker_script_mimetype.htm
tct-workers-w3c-tests/workers/w3c/Worker_terminate_event_queue.htm
tct-workers-w3c-tests/workers/w3c/postMessage_DataCloneErr.htm
tct-workers-w3c-tests/workers/w3c/postMessage_clone_port.htm
tct-workers-w3c-tests/workers/w3c/postMessage_event_properties.htm
tct-workers-w3c-tests/workers/w3c/postMessage_ports_readonly_array.htm
tct-workers-w3c-tests/workers/w3c/postMessage_target_source.htm

index c888932be6ebe519f7aba7fb9ac72e7f73cc89d4..a26ef44904e8d41fcd9f57a9d9adbb8f7ba68a54 100644 (file)
@@ -1,10 +1,15 @@
 This test suite comes from https://github.com/w3c/web-platform-tests/tree/master/workers
 with modification:
 
-WorkerLocation_search_empty.htm
+1. WorkerLocation_search_empty.htm
 -    var ExpectedResult = SearchString;
 +    var ExpectedResult = "";
 
+2. All TCs:
+-    setup({timeout:500});
++    setup({timeout:2000});
+
+
 These tests are copyright by W3C and/or the author listed in the test
 file. The tests are dual-licensed under the W3C Test Suite License:
 http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
index 00c60fec91e9ddefe7343259ac0c83441a69fd86..ee4767deaafdbc1094f140a4f79e1bbe2d2dd51f 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var TestResult = true;
     
     var t = async_test("Test Description: A port message queue can be enabled or disabled, and is initially disabled.");
@@ -33,4 +33,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 23130fa25a6535413d310b23128f45a5ea9fc55b..71253bb43711383a37dbb793a33a9fc2aba9ea27 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var TestResult = false;
     var description = "The first time a MessagePort object's onmessage IDL attribute is set, the port's "
                     + "port message queue must be enabled, as if the start() method had been called.";
@@ -35,4 +35,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 685252cb994235f9d1eaf10a98ed1ee20873b7eb..096ed57acc1e36282986db2ee4ee416115bf6ef7 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var ErrorMessage = "Error Message";
     var FileName = './support/ErrorEvent.js';
     var description = "WorkerGlobalScope onerror event handler 1st argument: message";
index 9a566565b53cc3d3c7f7e87a01cc773fd54ec5b1..c2a653fbc6a45203f1fa94fd7e1fa6b662cacd50 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var DATA = "TestEventTarget";
     var FileName = './support/EventListener.js';
     
@@ -30,4 +30,4 @@
     worker.postMessage(DATA);
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index ea8c19d5db3fcc6b3a80c1906f37b9463bef6832..430322e5f7589021dc4c88c6d7f00fde62db8521 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/XMLHttpRequest.js';
     var RequstUrl = 'XMLHttpRequest.txt';
     var ExpectedResult = "Request Succeeded!";
index ac34619867faada27602dfd532da9fea060ae2a5..6c29af7414e84897416135ccdf02d3f538820583 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var DATA = "ping";
     var FileName = './support/EventListener.js';
     
@@ -25,4 +25,4 @@
     worker.postMessage(DATA);
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 75b96f7397767ec7bf6da8852e50bdb1bd1b414e..f36c6ebfe669b9005ea6e649e280a79ebcc69496 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerClose.js';
     var ExpectedResult = "ping";    
     var TestResult;
@@ -39,4 +39,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index bd0707d57af23d34782cc45cb8d762c74ce58910..255d33918ebb9c81b1526054630ed1fba5797411 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/ImportScripts.js";
     var ExpectedResult = "Pass";
     
@@ -25,4 +25,4 @@
     worker.postMessage("ping");
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 6d603694d7a7280c3fc3566c9e8c7bb0ca24a18f..892ef5e63d9f3dad65f0e37b9fe15e33bf28a1fd 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/ImportScriptsNetworkErr.js";
     var ExpectedResult = "Pass";
     var description = "importScripts(): Throw NETWORK_ERR exception whenever attempt to fetch script is failed.";
index 5010b41f5faac01d774c1e68ef7ce0e84936dbbc..50a1f3277122889efd41cb37e810384d644f990a 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var DATA = "TestEventTarget";
     var FileName = './support/EventListener.js';
     var ExpectedResult = "ping"; 
@@ -56,4 +56,4 @@
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 943a63ea9833ac7f6967014f2123ad38de879a4d..a1c45c69dbc0e83601f31ecde8dc947fa71aad0a 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/Timer.js';
     var DATA = "IntervalHandler";
     var ExpectedResult = ["hello", "worker", "worker"];
@@ -37,4 +37,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 4204d1f887976276fda1c88872e92d48fc97fe3a..2bf7a5672707031bfd9ff5d80e8534d635e0f7e4 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/Timer.js';
     var DATA = "TimeoutHandler";
     var ExpectedResult = ["hello", "worker", "worker"];
@@ -37,4 +37,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index c22084e82618bf905fa2c2e72c2b3bac43830f7b..9e9483dca7e06284d6a193d7a43ad0008622dc9c 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var href = window.location.href;
     var ExpectedResult = href.substring(0, href.lastIndexOf('/')) + FileName.substring(1);
@@ -24,4 +24,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 34becb27416b1222df6c4df5269c1e7efb119082..39f071cf5b062b1b7d2a6726a31520d5e9739156 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerLocation.js";
     var HashString = "#HashString";
     var ExpectedResult = HashString;
@@ -24,4 +24,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index bbbea565cdb369fe161992d2cddfa4a3b021f6d1..a52d36d6a58dd1a5d6ef9af2c296ef89ebbf9101 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerLocation.js";
     var HashString = "#question%3f";
     var ExpectedResult = HashString;
@@ -26,4 +26,4 @@
     worker.postMessage(EvalScript);
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 77ff955bec1edc46f8a092674f51418b1db136bb..ceef910a4531d28391363213e4f220c896b7bbe2 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var HashString = "";
     var ExpectedResult = HashString;
@@ -26,4 +26,4 @@
     worker.postMessage(EvalScript);
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index e4df197539c141a43082450341968732f17f6b64..30839182985228c99843fe7893db02e609dea4ae 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var ExpectedResult = window.location.host;
     var description = "WorkerLocation host attribute returns the current host and port (if it's not the default port) "
@@ -26,4 +26,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 9c061be3bdb0cefcc463d2ced662ec5715041d8d..f37f0c2945f4a2c000d8ac7699ebcc0620873fe8 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var ExpectedResult = window.location.hostname;
     
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 45d3a7c919636836587a5501ae6572af0d5ba357..28e683e11ba04d987c0263fbed4d39e6355b863d 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerLocation.js?srch%20#hash";
     var href = window.location.href;
     var ExpectedResult = href.substring(0, href.lastIndexOf('/')) + FileName.substring(1);
@@ -24,4 +24,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index b61464780305052394ccbaea8e8b37ba770101d1..8a2c21ad501f2555520202f8258a1523b340ad1b 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var pathname = window.location.pathname;
     var ExpectedResult = pathname.substring(0, pathname.lastIndexOf('/')) + FileName.substring(1);
@@ -24,4 +24,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 6520bf55ca4901d5aa804454b87560baef6ec61d..f88b7c2295b9907b2aa820a10e8c5166976558a3 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var ExpectedResult = "";
             
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index d25f6a58762844f95a0c5a1b848cc99efc02afdb..6731a3e69eb6c65e323369d2bbb37528134d1500 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var ExpectedResult = window.location.protocol;
             
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 4018739bc9378daa67203e17fc73e39e3e356e6e..7a36d2f90234acdb77131f92a98c924d6109ddf3 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var SearchString = "?SearchString";
     var ExpectedResult = SearchString;
@@ -24,4 +24,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 752179cd14620b68018b1baf09776417d5472026..9d1950efd82ce0defd1bc95d099c9cc07e6d39c9 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerLocation.js";
     var SearchString = "?";
     var ExpectedResult = "";
index 210d13deac818e3d0aac7c84eba5faa30aab5421..71511022f980dbc69b40516817c50aa1de9c7e57 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var SearchString = "?test#";
     var ExpectedResult = "?test";
@@ -26,4 +26,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 0731009746bcda5ad1c1aebd44eb7267bb5f43f5..172958512331cedadba3c5d220ffbfbfc421e45f 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerLocation.js';
     var SearchString = "";
     var ExpectedResult = SearchString;
@@ -25,4 +25,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index ef5287e91e50d658a2f33c611b76f6442444c926..b15ba230077fef96bb7b99fb9471c4ec597260d5 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerNavigator.js";
     var description = "WorkerNavigator appName: Returns the name of the browser: " + window.navigator.appName;
     
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index c68eff3307cc94e4498992c61fd5c2de4ac63a61..c87faf33ae8c246e3aba3f993e9034f1104cefef 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerNavigator.js";
     var description = "WorkerNavigator appVersion: Returns the version of the browser: " + window.navigator.appVersion;
     
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 0dd2f3d36f12a1c1c748ee7e68ee1aeb1baa5579..9ab26c8f727c98a77bc52c609b7656b33a1d3867 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerNavigator.js";
     var description = "WorkerNavigator implements NavigatorOnLine.";
     
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 4559045ea708f75efd67cb9360858f269a4c1d1e..37fe745b9fdbedc163bec59f48e8baf29c47f257 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerNavigator.js";
     var description = "WorkerNavigator.platform returns the name of the platform: " + window.navigator.platform;
     
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 86d52d28832fb509af84d8aa9aafff46a74c9106..d8dbeb4f303761aefe0214381b632fe9550de051 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerNavigator.js";
     var description = "WorkerNavigator.userAgent returns the complete User-Agent header: " + window.navigator.userAgent;
     
@@ -23,4 +23,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 5bc461860746801ea950a2966843241ef07b307f..46e64066036693b27247d74a30c7500dd6c74f72 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var ErrorMessage = "Error Message";
     var FileName = './support/ErrorEvent.js';
     var description = "ErrorEvent message attribute represents the error message.";
index 2c87ae230de0fcca00838e38b7e06798cb81223b..e330944c6106a19450463da65339bac88ca55ae4 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var ErrorMessage = "Error Message";
     var FileName = './support/ErrorEvent.js';
     var description = "ErrorEvent object and ErrorEvent.type";
index 93e5a29bf98feaf8bb422d98d34704e209a9146f..e2cf2d3d9d78040fcc16a4c53ab91ce85dc4de93 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var EVENT = "message";
     var FileName = './support/WorkerBasic.js';
     var ExpectedResult = "Pass";
index 5cd7f15722696fd55e0e09e005b6cf14d1e32695..1a281f8eb411438d89272d08d0c1f7da5ee283f5 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var ExpectedResult = "Pass";
 
     var t = async_test("Test Description: Script resource is always assumed to be JavaScript, regardless of the MIME type.");
index 80c424541c3c57d8eb4d5cee520bd1f8afda102f..419186063f46a6ed377c0d89296062310d564a74 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = './support/WorkerTerminate.js';
     var ExpectedResult = 10001;    
     var TestResult = 0;
@@ -38,4 +38,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 3998bc050952b7dbc79e66366ab266be3a4e3726..180b99cd886f3dae75e9956a198ff99ac49369b9 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var FileName = "./support/WorkerDataCloneErr.js";
     var ExpectedResult = "Pass";
     var description = "Throw a DATA_CLONE_ERR exception when a host object (e.g. a DOM node) is used with postMessage.";
@@ -24,4 +24,4 @@
     });
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 064a45739c64556f76e2481d47d2ec0b5566e0e9..1556de17c1559f3d1dd32120fee0d1c4c58af56a 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var OriginalPort = null;
     var ClonedPort = null;
     var description = "Test Description: When the user agent is to clone a port original port, with "
@@ -40,4 +40,4 @@
     ChannelB.port1.postMessage("ping");
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index b71bdc6ece57c32b28c20f2bb69a8f1abd34c4e4..ebda12e75558a58f21b57045902870c5f6efd576 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var TargetPort = null;
     var description = "The postMessage() method - Create an event that uses the MessageEvent interface, "
                     + "with the name message, which does not bubble and is not cancelable.";
@@ -33,4 +33,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 456ad969c4e054d4d9d255b1b266d1950c70edc9..a058f77f7765d40a57f61c3774e77707eeabbd7c 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var TargetPort = null;
     var description = "The postMessage() method - Make new ports into a read only array.";
     
@@ -35,4 +35,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index d880c27aaf5c320e9091b0563334c38924b9de85..8a063d3fbde4e6c79ae494fcc86160837a107aa2 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 <div id=log></div>
 <script>
-    setup({timeout:500});
+    setup({timeout:2000});
     var TARGET = null;
     var SOURCE = null;
     var description = "The postMessage() method - Let target port be the port with which source "
@@ -32,4 +32,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>