Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 972cf551 authored by Jizheng Chu's avatar Jizheng Chu Committed by Gerrit Code Review
Browse files

Merge "Cert: Change the default timeout to 10 seconds"

parents aba5c154 1c2bfcfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -59,7 +59,7 @@ def pretty_print(proto_event):
    return '{} {}'.format(type(proto_event).__name__, text_format.MessageToString(proto_event, as_one_line=True))
    return '{} {}'.format(type(proto_event).__name__, text_format.MessageToString(proto_event, as_one_line=True))




DEFAULT_TIMEOUT_SECONDS = 3
DEFAULT_TIMEOUT_SECONDS = 10




class EventStream(IEventStream, Closable):
class EventStream(IEventStream, Closable):