From 68cff9a38e73f66dd06854ee20e258497650fe5a Mon Sep 17 00:00:00 2001 From: crivella Date: Fri, 18 Oct 2024 11:36:55 +0200 Subject: [PATCH] Increased base timeout to 60m --- eessi/testsuite/tests/apps/MetalWalls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi/testsuite/tests/apps/MetalWalls.py b/eessi/testsuite/tests/apps/MetalWalls.py index 20c053eb..cc4e9036 100644 --- a/eessi/testsuite/tests/apps/MetalWalls.py +++ b/eessi/testsuite/tests/apps/MetalWalls.py @@ -48,7 +48,7 @@ class EESSI_MetalWalls_MW(MetalWallsCheck): valid_systems = ['*'] valid_prog_environs = ['default'] - time_limit = '30m' + time_limit = '60m' module_name = parameter(find_modules('MetalWalls')) # For now, MetalWalls is being build for CPU targets only