From e39ff52283a1e628bf7813ad8a24dc69436bf0c6 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 16 Mar 2026 13:15:33 +0000 Subject: [PATCH] tests: it seems 30 seconds timeout is not always enough Especially on lima VMs we seem to timeout sometimes. Signed-off-by: Adrian Reber --- test/zdtm/transition/thread-bomb.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm/transition/thread-bomb.desc b/test/zdtm/transition/thread-bomb.desc index 95c58b401..03934f6c1 100644 --- a/test/zdtm/transition/thread-bomb.desc +++ b/test/zdtm/transition/thread-bomb.desc @@ -1 +1 @@ -{'flags': 'noauto'} +{'flags': 'noauto', 'timeout': 120}