From 9f9c53218a3cac485c63614f14d9c9ea759f7317 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 4 Oct 2006 03:02:44 +0000 Subject: [PATCH] Change timeout to 6 seconds instead of 4. We were still getting some reported timeouts. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1556 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/run-tests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-tests.html b/tests/run-tests.html index 2de95066f6..3414bb4ce0 100644 --- a/tests/run-tests.html +++ b/tests/run-tests.html @@ -785,7 +785,7 @@ Test.AnotherWay._set_iframe_location=function( iframe, loc, outside_path_correct Test.AnotherWay._start_loading_page=function() { var test_page=Test.AnotherWay._g_tests_queue[0]; - test_page.loading_timeout_milliseconds=4000; + test_page.loading_timeout_milliseconds=6000; test_page.timeout_id=setTimeout( Test.AnotherWay._loading_timeout, Test.AnotherWay._g_timeout_granularity ); test_page.wait_msg=Test.AnotherWay._print_counter_result( test_page.url, "loading...", test_page.loading_timeout_milliseconds, "loading" ); if( test_page.convention=="jsan" ) {