Changeset 5486
- Timestamp:
- 12/18/07 07:16:23 (1 year ago)
- Files:
-
- trunk/openlayers/tests/auto-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/tests/auto-tests.html
r5472 r5486 699 699 for( var i=0; i<arguments.length; ++i ) { 700 700 if( typeof( arguments[i] )!="function" ) { 701 timeout_ms= 1000*arguments[i];701 timeout_ms=3000*arguments[i]; 702 702 }else { 703 703 var action={ action_kind: "call", call_delay_milliseconds: timeout_ms, call_fn: arguments[i] };
