diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-03-23 12:03:46 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-03-23 12:07:11 +0000 |
commit | b88a323ffbe165b8639a2ef5f5791ed65cde3e4b (patch) | |
tree | 67c70b8ee6650d1a5594b487c537d71a7bb4b100 /tests/util/test_clock.py | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-b88a323ffbe165b8639a2ef5f5791ed65cde3e4b.tar.xz |
Fix time_bound_deferred to throw the right exception
Due to a failure to instantiate DeferredTimedOutError, time_bound_deferred would throw a CancelledError when the deferred timed out, which was rather confusing.
Diffstat (limited to 'tests/util/test_clock.py')
-rw-r--r-- | tests/util/test_clock.py | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/util/test_clock.py b/tests/util/test_clock.py new file mode 100644 |