Skip to content
Snippets Groups Projects
Commit 78cc500c authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Increase TIMEOUT for harmonicmaptest and cosseratcontinuumtest.cc

These tests have started to time out. I have no idea why.
parent 24e60e02
No related branches found
No related tags found
1 merge request!146Implement GlobalP2Mapper for 3d grids even without dune-parmg
......@@ -46,11 +46,11 @@ endforeach()
# Run distributed tests
dune_add_test(SOURCES harmonicmaptest.cc
MPI_RANKS 1 4
TIMEOUT 600
TIMEOUT 1200
CMAKE_GUARD MPI_FOUND)
dune_add_test(SOURCES cosseratcontinuumtest.cc
TIMEOUT 600)
TIMEOUT 1200)
dune_add_test(SOURCES geodesicfeassemblerwrappertest.cc
MPI_RANKS 1 4
......
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