From 4ad47eebe31dba8fdc247e5b4ef3c4c975cd8fb1 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 e53a071ca6..62be6d4423 100755 --- a/jenkins/kola/packet.sh +++ b/jenkins/kola/packet.sh @@ -44,7 +44,7 @@ fi if [[ "${BOARD}" == "arm64-usr" ]]; then PACKET_REGION="DA" PARALLEL_TESTS="2" - timeout=10h + timeout=15h fi # Run the cl.internet test on multiple machine types only if it should run in general