VirtualBox

Ignore:
Timestamp:
Apr 17, 2020 7:49:01 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/Shared Folders: Use the initial timeout again (30s).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py

    r83734 r83735  
    122122            if fRc is fMustSucceed:
    123123                break;
    124             if base.timestampMilli() - msStart > 10 * 90000:
     124            if base.timestampMilli() - msStart > 30000:
    125125                reporter.error('Shared folder mounting timed out!');
    126126                break;
     
    164164            if fRc2 is not fMustSucceed:
    165165                break;
    166             if base.timestampMilli() - msStart > 10 * 90000:
     166            if base.timestampMilli() - msStart > 30000:
    167167                reporter.error('Shared folder unmounting timed out!');
    168168                fRc = False;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette