3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

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

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)