Changeset 65722 in vbox
- Timestamp:
- Feb 9, 2017 10:58:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r65483 r65722 1070 1070 if sMountPoint is not None: 1071 1071 self.testBenchmark('linux', sIoTest, sMountPoint, oExecVm, dTestSet, \ 1072 cMsTimeout = 2 * 3600 * 1000); # 2 hours max (Benchmark and QCOW takes sometime)1072 cMsTimeout = 3 * 3600 * 1000); # 3 hours max (Benchmark and QED takes a lot of time) 1073 1073 self.cleanupStorage(oStorCfgVm); 1074 1074 else:
Note:
See TracChangeset
for help on using the changeset viewer.