All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/4] test-runner: increase test timeout maximum
@ 2021-11-02 19:57 James Prestwood
  0 siblings, 0 replies; only message in thread
From: James Prestwood @ 2021-11-02 19:57 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

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)
 
-- 
2.31.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-02 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 19:57 [PATCH 4/4] test-runner: increase test timeout maximum James Prestwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.