OpenLayers OpenLayers

Changeset 5818

Show
Ignore:
Timestamp:
01/20/08 11:07:51 (1 year ago)
Author:
crschmidt
Message:

Bump time out up to 12s

Files:

Legend:

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

    r5472 r5818  
    799799{ 
    800800    var test_page=Test.AnotherWay._g_tests_queue[0]; 
    801     test_page.loading_timeout_milliseconds=6000; 
     801    test_page.loading_timeout_milliseconds=12000; 
    802802    test_page.timeout_id=setTimeout( Test.AnotherWay._loading_timeout, Test.AnotherWay._g_timeout_granularity ); 
    803803    test_page.wait_msg=Test.AnotherWay._print_counter_result( test_page.url, "loading...", test_page.loading_timeout_milliseconds, "loading" );