Changeset 4893 for TestingTools

Show
Ignore:
Timestamp:
06/16/08 07:09:45 (5 months ago)
Author:
matti.tahvonen@…
Message:

changed waiting time, before executing next line

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TestingTools/WebContent/ext/TT.js

    r4473 r4893  
    9595     
    9696    // polling interval (in ms) to check that active XHR and painting has finished 
    97     this.waitForXHR = 200; 
     97    this.waitForXHR = 251; 
    9898     
    9999    // show debug of unhandled events 
     
    22612261            // Not active 
    22622262        this.playbackPaused = false; 
    2263         setTimeout(function() {instance.playNextLine();}, 50); // still wait over deferred commands 
     2263        setTimeout(function() {instance.playNextLine();}, this.waitForXHR); // still wait over deferred commands 
    22642264        return; 
    22652265    } else {