Changeset 80226 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Aug 12, 2019 5:41:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py
r80225 r80226 1284 1284 1285 1285 if sMountPoint is not None: 1286 # 3 hours max (Benchmark and QED takes a lot of time) 1286 1287 self.testBenchmark('linux', sIoTest, sMountPoint, oExecVm, dTestSet, \ 1287 cMsTimeout = 3 * 3600 * 1000); # 3 hours max (Benchmark and QED takes a lot of time)1288 cMsTimeout = 3 * 3600 * 1000); 1288 1289 self.cleanupStorage(oStorCfgVm); 1289 1290 else:
Note:
See TracChangeset
for help on using the changeset viewer.