Changeset 4893 for TestingTools
- Timestamp:
- 06/16/08 07:09:45 (5 months ago)
- Files:
-
- 1 modified
-
TestingTools/WebContent/ext/TT.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
TestingTools/WebContent/ext/TT.js
r4473 r4893 95 95 96 96 // polling interval (in ms) to check that active XHR and painting has finished 97 this.waitForXHR = 2 00;97 this.waitForXHR = 251; 98 98 99 99 // show debug of unhandled events … … 2261 2261 // Not active 2262 2262 this.playbackPaused = false; 2263 setTimeout(function() {instance.playNextLine();}, 50); // still wait over deferred commands2263 setTimeout(function() {instance.playNextLine();}, this.waitForXHR); // still wait over deferred commands 2264 2264 return; 2265 2265 } else {
