From 5a8ac6d8d3554f8e19bc9fa55d2836ddfcdfa329 Mon Sep 17 00:00:00 2001 From: Engin Kayraklioglu Date: Wed, 5 Mar 2025 15:15:22 -0800 Subject: [PATCH] Double the Arkouda timeout on the new performance configs Signed-off-by: Engin Kayraklioglu --- util/cron/test-perf.hpe-apollo-hdr.arkouda.bash | 4 ++++ util/cron/test-perf.hpe-apollo-hdr.arkouda.colo.bash | 4 ++++ util/cron/test-perf.hpe-apollo-hdr.arkouda.release.bash | 4 ++++ util/cron/test-perf.hpe-apollo-hdr.arkouda.release.colo.bash | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/util/cron/test-perf.hpe-apollo-hdr.arkouda.bash b/util/cron/test-perf.hpe-apollo-hdr.arkouda.bash index 603f7c31080f..47851bcc3d40 100755 --- a/util/cron/test-perf.hpe-apollo-hdr.arkouda.bash +++ b/util/cron/test-perf.hpe-apollo-hdr.arkouda.bash @@ -23,6 +23,10 @@ source $UTIL_CRON_DIR/common-perf-hpe-apollo-hdr.bash source $UTIL_CRON_DIR/common-arkouda.bash export ARKOUDA_NUMLOCALES=16 +# on this system, the array_transfer test comes dangerously close to the +# timeout. So, here we double it for peace of mind. +export ARKOUDA_CLIENT_TIMEOUT=600 + export CHPL_GASNET_SEGMENT=fast export GASNET_PHYSMEM_MAX="0.90" diff --git a/util/cron/test-perf.hpe-apollo-hdr.arkouda.colo.bash b/util/cron/test-perf.hpe-apollo-hdr.arkouda.colo.bash index da43811370c7..a1e160e5bdb1 100755 --- a/util/cron/test-perf.hpe-apollo-hdr.arkouda.colo.bash +++ b/util/cron/test-perf.hpe-apollo-hdr.arkouda.colo.bash @@ -26,6 +26,10 @@ source $UTIL_CRON_DIR/common-arkouda.bash export CHPL_RT_LOCALES_PER_NODE=2 export ARKOUDA_NUMLOCALES=32 +# on this system, the array_transfer test comes dangerously close to the +# timeout. So, here we double it for peace of mind. +export ARKOUDA_CLIENT_TIMEOUT=600 + export CHPL_GASNET_SEGMENT=fast export GASNET_PHYSMEM_MAX="0.90" diff --git a/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.bash b/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.bash index 1e62133db741..71db92c75bca 100755 --- a/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.bash +++ b/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.bash @@ -23,6 +23,10 @@ source $UTIL_CRON_DIR/common-perf-hpe-apollo-hdr.bash source $UTIL_CRON_DIR/common-arkouda.bash export ARKOUDA_NUMLOCALES=16 +# on this system, the array_transfer test comes dangerously close to the +# timeout. So, here we double it for peace of mind. +export ARKOUDA_CLIENT_TIMEOUT=600 + export CHPL_GASNET_SEGMENT=fast export GASNET_PHYSMEM_MAX="0.90" diff --git a/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.colo.bash b/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.colo.bash index 56a5c1a8580c..73508be140ab 100755 --- a/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.colo.bash +++ b/util/cron/test-perf.hpe-apollo-hdr.arkouda.release.colo.bash @@ -26,6 +26,10 @@ source $UTIL_CRON_DIR/common-arkouda.bash export CHPL_RT_LOCALES_PER_NODE=2 export ARKOUDA_NUMLOCALES=32 +# on this system, the array_transfer test comes dangerously close to the +# timeout. So, here we double it for peace of mind. +export ARKOUDA_CLIENT_TIMEOUT=600 + export CHPL_GASNET_SEGMENT=fast export GASNET_PHYSMEM_MAX="0.90"