Changeset 13213

Show
Ignore:
Timestamp:
03/26/08 04:05:19 (8 months ago)
Author:
alex
Message:

add more time to get the fx tests to pass on IE 6. Refs #6330

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/tests/fx.js

    r12797 r13213  
    11dojo.provide("tests.fx"); 
    22if(dojo.isBrowser){ 
    3         doh.registerUrl("tests.fx", dojo.moduleUrl("tests", "fx.html")); 
     3        doh.registerUrl("tests.fx", dojo.moduleUrl("tests", "fx.html"), 30000); 
    44        doh.registerUrl("tests.NodeList-fx", dojo.moduleUrl("tests", "NodeList-fx.html")); 
    55}