From a7a2a4d75f442c55fe1b1c02e922dd44592e35c7 Mon Sep 17 00:00:00 2001 From: Daniel Juenger <2955913+sleeepyjack@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:34:35 +0000 Subject: [PATCH] Increase test timeout threshold --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 6ba630a4a..cfcce2acd 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -19,6 +19,6 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"; source ./build.sh "$@" -ctest --test-dir ${BUILD_DIR}/tests --output-on-failure --timeout 15 +ctest --test-dir ${BUILD_DIR}/tests --output-on-failure --timeout 60 echo "Test complete" \ No newline at end of file