We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6421e9 commit e91501bCopy full SHA for e91501b
test/sleep/CMakeLists.txt
@@ -47,4 +47,5 @@ set_property(TEST Fortran_nano_sleep PROPERTY DISABLED $<BOOL:${MINGW}>)
47
endif()
48
49
get_property(tests DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY TESTS)
50
-set_property(TEST ${tests} PROPERTY TIMEOUT 1.0)
+set_property(TEST ${tests} PROPERTY TIMEOUT 5)
51
+# allow extra time for valgrind. Have some timeout b/c macOS can hang for example.
0 commit comments