Skip to content

Commit e91501b

Browse files
committed
longer timeout for valgrind
1 parent f6421e9 commit e91501b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/sleep/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ set_property(TEST Fortran_nano_sleep PROPERTY DISABLED $<BOOL:${MINGW}>)
4747
endif()
4848

4949
get_property(tests DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY TESTS)
50-
set_property(TEST ${tests} PROPERTY TIMEOUT 1.0)
50+
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

Comments
 (0)