From b2a026f1345ee8ba9b958545b121e2e3b828e987 Mon Sep 17 00:00:00 2001 From: Kian Cossettini Date: Tue, 23 Sep 2025 07:45:56 -0400 Subject: [PATCH] Increase timeout for openmp-vv ctests (#1083) - Set `SAMPLING_TIMEOUT` and `REWRITE_TIMEOUT` to 300 seconds for `openmp-vv` ctests. --- .../tests/rocprof-sys-openmp-tests.cmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-systems/tests/rocprof-sys-openmp-tests.cmake b/projects/rocprofiler-systems/tests/rocprof-sys-openmp-tests.cmake index eeaf422fa7..8395a26a68 100644 --- a/projects/rocprofiler-systems/tests/rocprof-sys-openmp-tests.cmake +++ b/projects/rocprofiler-systems/tests/rocprof-sys-openmp-tests.cmake @@ -107,8 +107,8 @@ if(ROCPROFSYS_OMPVV_HOST_TESTS) -e -v 2 --instrument-loops RUNTIME_ARGS -e -v 1 --label return args -E ^GOMP - REWRITE_TIMEOUT 180 - RUNTIME_TIMEOUT 360 + SAMPLING_TIMEOUT 300 + REWRITE_TIMEOUT 300 ENVIRONMENT "${_ompt_environment};ROCPROFSYS_USE_SAMPLING=ON;ROCPROFSYS_SAMPLING_FREQ=50;ROCPROFSYS_COUT_OUTPUT=ON" REWRITE_RUN_PASS_REGEX "${_OMPT_PASS_REGEX}" @@ -133,6 +133,8 @@ if(ROCPROFSYS_OMPVV_HOST_TESTS) GPU ON LABELS "openmp;ompvv;openmp-target" REWRITE_ARGS -e -v 2 + SAMPLING_TIMEOUT 300 + REWRITE_TIMEOUT 300 ENVIRONMENT "${_ompvv_offload_environment}" REWRITE_RUN_PASS_REGEX