VirtualBox

Ignore:
Timestamp:
Jun 4, 2019 2:32:14 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:6598: Increased timeout for progress completion waiting during cloning a medium

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py

    r78125 r78965  
    159159            oProgress = vboxwrappers.ProgressWrapper(oProgressCom, self.oVBoxMgr, self.oVBox.oTstDrv,
    160160                                                     'Resize medium %s' % (oMedium.name));
    161             oProgress.wait(cMsTimeout = 60 * 1000);
     161            oProgress.wait(cMsTimeout = 1000000);
    162162            oProgress.logResult();
    163163        except:
     
    240240            oProgress = vboxwrappers.ProgressWrapper(oProgressCom, self.oVBoxMgr, self.oVBox.oTstDrv,
    241241                                                     'clone base disk %s to %s' % (oSrcHd.name, oTgtHd.name));
    242             oProgress.wait(cMsTimeout = 60 * 1000);
     242            oProgress.wait(cMsTimeout = 1000000);
    243243            oProgress.logResult();
    244244        except:
     
    260260                else:
    261261                    oProgress = oVM.delete(None);
    262                 self.waitOnProgress(oProgress);
     262                oProgress.wait(cMsTimeout = 1000000);
    263263
    264264            except:
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