VirtualBox

Ignore:
Timestamp:
Jun 4, 2016 12:03:59 AM (9 years ago)
Author:
vboxsync
Message:

testdriver/base.py: log more in the timeout adjusting / deadline handling to figure out what goes wrong on windows.

File:
1 edited

Legend:

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

    r61458 r61459  
    12541254            else:
    12551255                # Don't bother, we've passed the deadline.
    1256                 reporter.log('adjustTimeoutMs: ooops! cMsToDeadline=%s (%s), utils.timestampMilli()=%s'
    1257                              % (cMsToDeadline, cMsToDeadline*1000, utils.timestampMilli(),));
     1256                reporter.log('adjustTimeoutMs: ooops! cMsToDeadline=%s (%s), timestampMilli()=%s, timestampSecond()=%s'
     1257                             % (cMsToDeadline, cMsToDeadline*1000, utils.timestampMilli(), utils.timestampSecond()));
    12581258
    12591259        # Only enforce the minimum timeout if specified.
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