From 2c7998e8dbb184c2b935c6c2fc712163cb1174a4 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 2 Nov 2021 12:57:52 -0700 Subject: [PATCH] test-runner: increase test timeout maximum The OWE transition tests takes quite a while and sometimes hits the maximum timeout. --- tools/test-runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-runner b/tools/test-runner index d62f8b51..9ae33301 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -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)