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 /synapse | |
| 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 'synapse')
| -rw-r--r-- | synapse/util/__init__.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/synapse/util/__init__.py b/synapse/util/__init__.py |
