OpenLayers OpenLayers

Changeset 1556

Show
Ignore:
Timestamp:
10/03/06 23:02:44 (2 years ago)
Author:
crschmidt
Message:

Change timeout to 6 seconds instead of 4. We were still getting some reported
timeouts.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/run-tests.html

    r1451 r1556  
    786786{ 
    787787    var test_page=Test.AnotherWay._g_tests_queue[0]; 
    788     test_page.loading_timeout_milliseconds=4000; 
     788    test_page.loading_timeout_milliseconds=6000; 
    789789    test_page.timeout_id=setTimeout( Test.AnotherWay._loading_timeout, Test.AnotherWay._g_timeout_granularity ); 
    790790    test_page.wait_msg=Test.AnotherWay._print_counter_result( test_page.url, "loading...", test_page.loading_timeout_milliseconds, "loading" );