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

Commit 880c4233 authored by Myles Watson's avatar Myles Watson
Browse files

GD Cert: Change default timeout to 30s

Bug: 199899668
Test: cert/run
Change-Id: Ifea4dfc4ffffb3bb9f45f26e685a9fd13b23acf1
parent fdb9570d
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 = 10
DEFAULT_TIMEOUT_SECONDS = 30


class EventStream(IEventStream, Closable):