From d2880dbb4a78dd6a0967082c8bdbf8c764433d22 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 13 Jan 2026 17:06:46 +0100 Subject: [PATCH] increase per-testcase timeout of smoke test for BASOP modes, the 20s can be exceeded --- ci/smoke_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/smoke_test.sh b/ci/smoke_test.sh index ee14613c15..5584b726dd 100755 --- a/ci/smoke_test.sh +++ b/ci/smoke_test.sh @@ -57,7 +57,7 @@ dly_profile=./scripts/dly_error_profiles/dly_error_profile_10_smoke_test.dat ism_md_cmd="--ism_metadata_files /usr/local/ltv/ltvISM1.csv /usr/local/ltv/ltvISM2.csv /usr/local/ltv/ltvISM3.csv /usr/local/ltv/ltvISM4.csv" duration_arg="-U 1:2" verbosity_cmd="-z console" -timeout_cmd="--timeout 20" +timeout_cmd="--timeout 40" if [ $BUILD -eq 1 ]; then # Enable memory macros to find unbalanced memory allocations/deallocations -- GitLab