Skip to content
Snippets Groups Projects
Commit 7c4c3692 authored by Feliks Kiszkurno's avatar Feliks Kiszkurno
Browse files

Increase max runtime

parent f6ded8d1
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ function(NotebookTest)
list(APPEND labels default)
endif()
# Notebooks are allowed to run longer than usual benchmarks
math(EXPR _notebook_large_runtime "10 * ${ogs.ctest.large_runtime}")
math(EXPR _notebook_large_runtime "15 * ${ogs.ctest.large_runtime}")
if(${NotebookTest_RUNTIME} LESS_EQUAL ${_notebook_large_runtime})
list(APPEND labels small)
else()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment