From 78cc500c9923ee05a1b691d13c23b13a3e32bf5f Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Sun, 24 Mar 2024 14:18:22 +0100
Subject: [PATCH] Increase TIMEOUT for harmonicmaptest and
 cosseratcontinuumtest.cc

These tests have started to time out. I have no idea why.
---
 test/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index d7460637..21fae18a 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -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
-- 
GitLab