Changeset 61459 in vbox for trunk/src/VBox/ValidationKit/testdriver/base.py
- Timestamp:
- Jun 4, 2016 12:03:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r61458 r61459 1254 1254 else: 1255 1255 # 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())); 1258 1258 1259 1259 # Only enforce the minimum timeout if specified.
Note:
See TracChangeset
for help on using the changeset viewer.