We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e55f commit d22e16eCopy full SHA for d22e16e
easypy/sync.py
@@ -911,7 +911,7 @@ def timeout_for_condition():
911
# NOTE: without a timeout we will never get here
912
if pred(): # Try one last time, to make sure the last check was not (possibly too long) before the timeout
913
return
914
- raise TimeoutException('{condition} timed out after {duration} waiting for {msg}',
+ raise TimeoutException('{condition} timed out after {duration}(out of {timeout}) waiting for {msg}',
915
condition=self, msg=msg % args, duration=timer.elapsed)
916
_logger.debug('%s - waiting for ' + msg, self, *args)
917
yield
0 commit comments