From 5c4ac96f69c25849d93702460780bc33a6bb6274 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Sun, 6 Feb 2022 11:55:51 +0100 Subject: [PATCH] kola/em: increase timeout number of test increased. While we don't have yet a way to reduce testing time, let's increase the timeout. Signed-off-by: Mathieu Tortuyaux --- jenkins/kola/packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/kola/packet.sh b/jenkins/kola/packet.sh index 2bee7ec107..24025b3661 100755 --- a/jenkins/kola/packet.sh +++ b/jenkins/kola/packet.sh @@ -44,7 +44,7 @@ fi if [[ "${BOARD}" == "arm64-usr" ]]; then PACKET_REGION="da11" PARALLEL_TESTS="2" - timeout=10h + timeout=15h fi # Run the cl.internet test on multiple machine types only if it should run in general