OpenLayers OpenLayers

Changeset 1451

Show
Ignore:
Timestamp:
09/14/06 12:31:53 (2 years ago)
Author:
crschmidt
Message:

Timeout bumped to 4 seconds instead of 2.

Files:

Legend:

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

    r1424 r1451  
    664664{ 
    665665    if( timeout_seconds==null ) { 
    666         timeout_seconds=2
     666        timeout_seconds=4
    667667    } 
    668668    var no_close=document.getElementById( "dont_close_test_windows" );