Changeset 104545 in vbox
- Timestamp:
- May 8, 2024 10:08:58 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r100700 r104545 382 382 # 383 383 if oTestVm.sKind not in ('WindowsNT4', 'Windows2000', 'WindowsXP', 'Windows2003'): 384 fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1* 60 * 1000,384 fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 5 * 60 * 1000, 385 385 '${CDROM}/%s/cert/VBoxCertUtil.exe' % (self.sGstPathGaPrefix,), 386 386 ('${CDROM}/%s/cert/VBoxCertUtil.exe' % (self.sGstPathGaPrefix,), … … 391 391 reporter.error('Error installing SHA1 certificate'); 392 392 else: 393 fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 1* 60 * 1000,393 fRc = self.txsRunTest(oTxsSession, 'VBoxCertUtil.exe', 5 * 60 * 1000, 394 394 '${CDROM}/%s/cert/VBoxCertUtil.exe' % (self.sGstPathGaPrefix,), 395 395 ('${CDROM}/%s/cert/VBoxCertUtil.exe' % (self.sGstPathGaPrefix,),
Note:
See TracChangeset
for help on using the changeset viewer.