Changeset 79021 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Jun 6, 2019 12:13:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py
r78965 r79021 159 159 oProgress = vboxwrappers.ProgressWrapper(oProgressCom, self.oVBoxMgr, self.oVBox.oTstDrv, 160 160 'Resize medium %s' % (oMedium.name)); 161 oProgress.wait(cMsTimeout = 1 000000);161 oProgress.wait(cMsTimeout = 15*60*1000); # 15 min 162 162 oProgress.logResult(); 163 163 except:
Note:
See TracChangeset
for help on using the changeset viewer.