test-runner: increase test timeout maximum

The OWE transition tests takes quite a while and sometimes hits the
maximum timeout.
This commit is contained in:
James Prestwood 2021-11-02 12:57:52 -07:00 committed by Denis Kenzior
parent 72dbab789d
commit 2c7998e8db
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ TIOCSTTY = 0x540E
config = None
intf_id = 0
TEST_MAX_TIMEOUT = 120
TEST_MAX_TIMEOUT = 240
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)