OpenLayers OpenLayers

Changeset 5486

Show
Ignore:
Timestamp:
12/18/07 07:16:23 (1 year ago)
Author:
crschmidt
Message:

for the autommated tester, make the delay_call timeouts ~3 times
as long -- presumably, the tests are less 'interactive', so the longer
wait doesn't hurt anyone, and this should help prevent failures due to
timeouts.l

Files:

Legend:

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

    r5472 r5486  
    699699    for( var i=0; i<arguments.length; ++i ) { 
    700700        if( typeof( arguments[i] )!="function" ) { 
    701             timeout_ms=1000*arguments[i]; 
     701            timeout_ms=3000*arguments[i]; 
    702702        }else { 
    703703            var action={ action_kind: "call", call_delay_milliseconds: timeout_ms, call_fn: arguments[i] };