diff --git a/scripts/cmake/test/NotebookTest.cmake b/scripts/cmake/test/NotebookTest.cmake index 5acb424859791de6565b942896e19d2a16b41dc3..51e380c756effa0f251bc19f75cbd44458fb6d00 100644 --- a/scripts/cmake/test/NotebookTest.cmake +++ b/scripts/cmake/test/NotebookTest.cmake @@ -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()