From 310ab445ed25540d0aabdb259b0af1787c5f8ffb Mon Sep 17 00:00:00 2001 From: Kyle Nelli Date: Mon, 16 Sep 2024 16:35:00 -0700 Subject: [PATCH] Increase a test timeout --- tests/Unit/IO/H5/Test_CheckH5PropertiesMatch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Unit/IO/H5/Test_CheckH5PropertiesMatch.cpp b/tests/Unit/IO/H5/Test_CheckH5PropertiesMatch.cpp index 07ecd23ba7fd..3af0ecc2f31e 100644 --- a/tests/Unit/IO/H5/Test_CheckH5PropertiesMatch.cpp +++ b/tests/Unit/IO/H5/Test_CheckH5PropertiesMatch.cpp @@ -127,6 +127,7 @@ void test_check_observation_ids_match() { } } // namespace +// [[TimeOut, 10]] SPECTRE_TEST_CASE("Unit.IO.H5.CheckH5PropertiesMatch", "[Unit][IO][H5]") { test_check_src_files_match(); test_check_src_files_match>();