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

Commit 1c2bfcfb authored by Myles Watson's avatar Myles Watson
Browse files

Cert: Change the default timeout to 10 seconds

Bug: 199899668
Test: cert/run
Tag: #gd-refactor
Change-Id: I39c148cd2624138b09f81e4a8de1b8b8482c8ec7
parent 78dc4908
Loading
Loading
Loading
Loading
+1 −1
Original line number 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))


DEFAULT_TIMEOUT_SECONDS = 3
DEFAULT_TIMEOUT_SECONDS = 10


class EventStream(IEventStream, Closable):