Fix TTS-1979 by increase the default timeout of all w3c/html5/css3 testharness.js
authorwanmingx.lin <wanmingx.lin@intel.com>
Mon, 9 Sep 2013 11:31:18 +0000 (19:31 +0800)
committerwanmingx.lin <wanmingx.lin@intel.com>
Mon, 9 Sep 2013 11:31:18 +0000 (19:31 +0800)
Signed-off-by: wanmingx.lin <wanmingx.lin@intel.com>
62 files changed:
tct-2dtransforms-css3-tests/resources/testharness.js
tct-3dtransforms-css3-tests/resources/testharness.js
tct-animations-css3-tests/resources/testharness.js
tct-animationtiming-w3c-tests/resources/testharness.js
tct-appcache-html5-tests/resources/testharness.js
tct-audio-html5-tests/resources/testharness.js
tct-backgrounds-css3-tests/resources/testharness.js
tct-batterystatus-w3c-tests/resources/testharness.js
tct-browserstate-html5-tests/resources/testharness.js
tct-canvas-html5-tests/resources/testharness.js
tct-colors-css3-tests/resources/testharness.js
tct-cors-w3c-tests/resources/testharness.js
tct-csp-w3c-tests/resources/testharness.js
tct-deviceorientation-w3c-tests/resources/testharness.js
tct-dnd-html5-tests/resources/testharness.js
tct-extra-html5-tests/resources/testharness.js
tct-fileapi-w3c-tests/resources/testharness.js
tct-filesystemapi-w3c-tests/resources/testharness.js
tct-filewriterapi-w3c-tests/resources/testharness.js
tct-flexiblebox-css3-tests/resources/testharness.js
tct-fonts-css3-tests/resources/testharness.js
tct-forms-html5-tests/resources/testharness.js
tct-fullscreen-nonw3c-tests/resources/testharness.js
tct-geoallow-w3c-tests/resources/testharness.js
tct-geodeny-w3c-tests/resources/testharness.js
tct-gumallow-w3c-tests/resources/testharness.js
tct-indexeddb-w3c-tests/resources/testharness.js
tct-jsenhance-html5-tests/resources/testharness.js
tct-mediacapture-w3c-tests/resources/testharness.js
tct-mediaqueries-css3-tests/resources/testharness.js
tct-multicolumn-css3-tests/resources/testharness.js
tct-navigationtiming-w3c-tests/resources/testharness.js
tct-netinfo-w3c-tests/resources/testharness.js
tct-notification-w3c-tests/resources/testharness.js
tct-pagevisibility-w3c-tests/resources/testharness.js
tct-sandbox-html5-tests/resources/testharness.js
tct-screenorientation-w3c-tests/resources/testharness.js
tct-selectorslevel1-w3c-tests/resources/testharness.js
tct-selectorslevel2-w3c-tests/resources/testharness.js
tct-sessionhistory-html5-tests/resources/testharness.js
tct-sse-w3c-tests/resources/testharness.js
tct-svg-html5-tests/resources/testharness.js
tct-text-css3-tests/resources/testharness.js
tct-touchevent-w3c-tests/resources/testharness.js
tct-transitions-css3-tests/resources/testharness.js
tct-typedarrays-nonw3c-tests/resources/testharness.js
tct-ui-css3-tests/resources/testharness.js
tct-vibration-w3c-tests/resources/testharness.js
tct-video-html5-tests/resources/testharness.js
tct-webaudio-w3c-tests/resources/testharness.js
tct-webdatabase-w3c-tests/resources/testharness.js
tct-webgl-nonw3c-tests/resources/testharness.js
tct-webmessaging-w3c-tests/resources/testharness.js
tct-websocket-w3c-tests/resources/testharness.js
tct-webstorage-w3c-tests/resources/testharness.js
tct-wgtapi01-w3c-tests/resources/testharness.js
tct-wgtapi02-w3c-tests/resources/testharness.js
tct-widget01-w3c-tests/resources/testharness.js
tct-widget02-w3c-tests/resources/testharness.js
tct-widgetpolicy-w3c-tests/resources/testharness.js
tct-workers-w3c-tests/resources/testharness.js
tct-xmlhttprequest-w3c-tests/resources/testharness.js

index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";
index 69acd7f374b0f69466131d410c15f6f8015846ef..163d0f2f833a47b3e7a2bd795fe5b5e8a48a5a63 100644 (file)
@@ -358,8 +358,8 @@ policies and contribution forms [3].
     // default timeout is 5 seconds, test can override if needed
     var settings = {
       output:true,
-      timeout:5000,
-      test_timeout:2000
+      timeout:9000,
+      test_timeout:5000
     };
 
     var xhtml_ns = "http://www.w3.org/1999/xhtml";