From f857d68a080de2e855cb94dc6a4d2df1e3b9634f Mon Sep 17 00:00:00 2001
From: Andrew Holcomb <holcombam@ornl.gov>
Date: Wed, 3 Jun 2020 16:48:26 -0400
Subject: [PATCH] Maybe fix option for ctest

---
 ci/ctest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/ctest.sh b/ci/ctest.sh
index 755be0d02..a56bad50f 100755
--- a/ci/ctest.sh
+++ b/ci/ctest.sh
@@ -45,7 +45,7 @@ then
     echo "SAMMY make-install step failed"
     exit 1
 fi
-ctest --timeout ${DART_TESTING_TIMEOUT} $VERBOSE_FLAG ${CTEST_BUILD_FLAGS}
+ctest --test-timeout ${DART_TESTING_TIMEOUT} $VERBOSE_FLAG ${CTEST_BUILD_FLAGS}
 
 # If the log files exist, ctest completed but there were failed tests,
 # so we want to move the log files and exit in a failure state.
-- 
GitLab