Changeset 53759 in vbox
- Timestamp:
- Jan 7, 2015 3:35:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py
r52776 r53759 94 94 self.addTask(oSession); 95 95 96 oRc = self.waitForTasks(15*60*1000); 96 cMsTimeout = 15*60*1000; 97 if not reporter.isLocal(): ## @todo need to figure a better way of handling timeouts on the testboxes ... 98 cMsTimeout = self.adjustTimeoutMs(180 * 60000); 99 100 oRc = self.waitForTasks(cMsTimeout); 97 101 self.removeTask(oSession); 98 102 if oRc == oSession:
Note:
See TracChangeset
for help on using the changeset viewer.