From 7d15b18d8678bc3cb1f7fffe00242365790db6ee Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sun, 20 Jan 2008 16:07:51 +0000 Subject: [PATCH] Bump time out up to 12s git-svn-id: http://svn.openlayers.org/trunk/openlayers@5818 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 ecc475c376..4027ca0289 100644 --- a/tests/run-tests.html +++ b/tests/run-tests.html @@ -798,7 +798,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=6000; + test_page.loading_timeout_milliseconds=12000; 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" ) {