Skip to content
Snippets Groups Projects
Commit 7ff18648 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Change the timeout for ARM64

parent 0e73c79d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,11 @@
set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE "100000")
set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE "64000")
set(CTEST_TEST_TIMEOUT 1200)
if(CTEST_BUILD_NAME MATCHES arm64)
set(CTEST_TEST_TIMEOUT 2400)
else()
set(CTEST_TEST_TIMEOUT 1200)
endif()
set(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION}
"Warning: Rank mismatch in argument"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment