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

Commit 48063a9a authored by Myles Watson's avatar Myles Watson
Browse files

Cert: Make default timeout 30 seconds

Bug: 199899668
Test: cert/run
Tag: #gd-refactor
Change-Id: Ia41510e5dc80079da4829981a8de9a0eb524d6ce
parent 4212da62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ class ObjectSubject(object):
            raise signals.TestFailure("Expected \"%s\" to not be None" % self._value, extras=None)


DEFAULT_TIMEOUT = timedelta(seconds=10)
DEFAULT_TIMEOUT = timedelta(seconds=30)


class EventStreamSubject(ObjectSubject):