Loading system/blueberry/tests/gd/cert/event_stream.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading Loading
system/blueberry/tests/gd/cert/event_stream.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading