From 3c1e8668b03dbe5fa08c8ed2df1d2416b59f6be4 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Wed, 9 Oct 2024 09:12:02 -0600 Subject: [PATCH] Increasing timeout for TriBITS tests from 100 to 200 seconds I am not sure what is going on with these machines, but the times for some of these TriBITS tests when run in parallel has fallen off a cliff. On my RHEL7 machine last year, most of those most expensive tests would complete in 30sec or less. --- dev_testing/cee-rhel8/do-configure.mpi-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_testing/cee-rhel8/do-configure.mpi-debug b/dev_testing/cee-rhel8/do-configure.mpi-debug index f0fe28451..921e0cbc5 100755 --- a/dev_testing/cee-rhel8/do-configure.mpi-debug +++ b/dev_testing/cee-rhel8/do-configure.mpi-debug @@ -20,7 +20,7 @@ if [ -d "${tribits_install_test_dir}" ] ; then fi ${TRIBITS_BASE_DIR}/dev_testing/generic/do-configure-mpi-debug \ --DDART_TESTING_TIMEOUT=100 \ +-DDART_TESTING_TIMEOUT=200 \ -DCTEST_PARALLEL_LEVEL=16 \ -DTriBITS_CTEST_DRIVER_COVERAGE_TESTS=TRUE \ -DTriBITS_CTEST_DRIVER_MEMORY_TESTS=TRUE \