summary refs log tree commit diff
path: root/tests/util/test_clock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix time_bound_deferred to throw the right exceptionRichard van der Hoff2017-03-231-0/+33
Due to a failure to instantiate DeferredTimedOutError, time_bound_deferred would throw a CancelledError when the deferred timed out, which was rather confusing.