summaryrefslogtreecommitdiffstats
path: root/qt.py
diff options
authorAudun Sutterud <audun.sutterud@qt.io>2024-09-17 10:06:35 +0200
committerAudun Sutterud <audun.sutterud@qt.io>2024-11-19 09:07:13 +0000
commitcd18e58158eaaa4bc4759eda49a035b8b966656b (patch)
tree2078ab694bd47696fb58721cb5efce3eec9ff37c /qt.py
parent7db36a5ea78ca2d6e434729c1057a6525086d379 (diff)
Increase the timeout limit for testsHEADdev
Fixes: QTQAINFRA-6575 Change-Id: I6a54853df0552063dd9ad42c0f1cc88e253103c6 Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Diffstat (limited to 'qt.py')
-rw-r--r--qt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt.py b/qt.py
index e1482e7..1c993e1 100644
--- a/qt.py
+++ b/qt.py
@@ -12,7 +12,7 @@ import common
CONFIGURE_TIMEOUT = 10 * 60
BUILD_TIMEOUT = 30 * 60
-TEST_TIMEOUT = 15 * 60
+TEST_TIMEOUT = 30 * 60
TERMINATE_TIMEOUT = 5