VirtualBox

Changeset 104544 in vbox


Ignore:
Timestamp:
May 8, 2024 10:05:22 AM (7 months ago)
Author:
vboxsync
Message:

testdriver/base.py: Fixed confusing log statement in adjustTimeoutMs().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/base.py

    r100845 r104544  
    13021302                    reporter.log('adjusting timeout: %s ms -> %s ms (deadline)\n' % (cMsTimeout, cMsToDeadline,));
    13031303                    return cMsToDeadline;
    1304                 reporter.log('adjustTimeoutMs: cMsTimeout (%s) > cMsToDeadline (%s)' % (cMsTimeout, cMsToDeadline,));
     1304                reporter.log('adjustTimeoutMs: cMsTimeout (%s) <= cMsToDeadline (%s)' % (cMsTimeout, cMsToDeadline,));
    13051305            else:
    13061306                # Don't bother, we've passed the deadline.
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