Skip to content
Snippets Groups Projects
Commit 5eac6410 authored by Lars Bilke's avatar Lars Bilke
Browse files

[T] Increase notebook cell timeout.

parent 52e8bb43
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ function(NotebookTest)
set(timeout ${ogs.ctest.large_runtime})
if(DEFINED NotebookTest_RUNTIME)
math(EXPR timeout "${NotebookTest_RUNTIME} * 5")
math(EXPR timeout "${NotebookTest_RUNTIME} * 10")
else()
set(NotebookTest_RUNTIME 1)
endif()
......
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