VirtualBox

Changeset 53759 in vbox


Ignore:
Timestamp:
Jan 7, 2015 3:35:29 PM (10 years ago)
Author:
vboxsync
Message:

tdBenchmark1.py: Fix the timeout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/benchmarks/tdBenchmark1.py

    r52776 r53759  
    9494            self.addTask(oSession);
    9595
    96             oRc = self.waitForTasks(15*60*1000);
     96            cMsTimeout = 15*60*1000;
     97            if not reporter.isLocal(): ## @todo need to figure a better way of handling timeouts on the testboxes ...
     98                cMsTimeout = self.adjustTimeoutMs(180 * 60000);
     99
     100            oRc = self.waitForTasks(cMsTimeout);
    97101            self.removeTask(oSession);
    98102            if oRc == oSession:
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