summary refs log tree commit diff
path: root/tests/util/test_clock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use deferred.addTimeout instead of time_bound_deferredRichard van der Hoff2018-04-231-33/+0
| | | | This doesn't feel like a wheel we need to reinvent.
* 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.