Changeset 83735 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py
- Timestamp:
- Apr 17, 2020 7:49:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py
r83734 r83735 122 122 if fRc is fMustSucceed: 123 123 break; 124 if base.timestampMilli() - msStart > 10 * 90000:124 if base.timestampMilli() - msStart > 30000: 125 125 reporter.error('Shared folder mounting timed out!'); 126 126 break; … … 164 164 if fRc2 is not fMustSucceed: 165 165 break; 166 if base.timestampMilli() - msStart > 10 * 90000:166 if base.timestampMilli() - msStart > 30000: 167 167 reporter.error('Shared folder unmounting timed out!'); 168 168 fRc = False;
Note:
See TracChangeset
for help on using the changeset viewer.