VirtualBox

Ignore:
Timestamp:
Sep 10, 2017 12:05:19 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/tdStorageBenchmark1: Wait for up to 1 hour for the encryption to finish, fixed disks take much longer

File:
1 edited

Legend:

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

    r68703 r68710  
    996996                    oIProgress = oHd.changeEncryption('', self.sEncryptAlgo, self.sEncryptPw, self.ksPwId);
    997997                    oProgress = vboxwrappers.ProgressWrapper(oIProgress, self.oVBoxMgr, self, 'Encrypting "%s"' % (sDiskPath,));
    998                     oProgress.wait();
     998                    oProgress.wait(60*60000); # Wait for up to one hour, fixed disks take longer to encrypt.
    999999                    if oProgress.logResult() is False:
    10001000                        raise base.GenError('Encrypting disk "%s" failed' % (sDiskPath, ));
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