VirtualBox

Changeset 93363 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 20, 2022 12:00:05 PM (3 years ago)
Author:
vboxsync
Message:

VMNet: bugref:9932 Increased timeout to 1 minute when waiting for vmnet_start_interface to complete, in hope that this will resolve testboxmac10 timeout issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvVMNet.m

    r93115 r93363  
    400400        dispatch_semaphore_signal(operation_done);
    401401    });
    402     if (dispatch_semaphore_wait(operation_done, dispatch_time(DISPATCH_TIME_NOW, RT_NS_10SEC)))
     402    if (dispatch_semaphore_wait(operation_done, dispatch_time(DISPATCH_TIME_NOW, RT_NS_1MIN)))
    403403    {
    404404        LogRel(("VMNet: Failed to start VMNET interface due to time out!\n"));
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