Changeset 67036 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 23, 2017 11:27:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py
r62484 r67036 92 92 oSession = self.startVm(oVM, sName = oTestVm.sVmName, asEnv = asEnv); 93 93 if oSession is not None: 94 self.addTask(oSession);95 96 94 cMsTimeout = 15*60*1000; 97 95 if not reporter.isLocal(): ## @todo need to figure a better way of handling timeouts on the testboxes ... … … 99 97 100 98 oRc = self.waitForTasks(cMsTimeout); 101 self.removeTask(oSession);102 99 if oRc == oSession: 103 100 fRc = oSession.assertPoweredOff();
Note:
See TracChangeset
for help on using the changeset viewer.