diff --git a/src/wormhole/blocking/transcribe.py b/src/wormhole/blocking/transcribe.py index 52ebc49..f028ad7 100644 --- a/src/wormhole/blocking/transcribe.py +++ b/src/wormhole/blocking/transcribe.py @@ -86,7 +86,7 @@ class Channel: while body is None: remaining = self._started + self._timeout - time.time() if remaining < 0: - return Timeout + raise Timeout queryargs = urlencode([("appid", self._appid), ("channelid", self._channelid)]) f = EventSourceFollower(self._relay_url+"get?%s" % queryargs,