Merge pull request #330 from dgrove-oss/increase-test-timeout

Increase test timeout value by 4x

https://bugs.swift.org/browse/SR-6792
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index adfc188..50f9bdf 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -104,7 +104,7 @@
            COMMAND bsdtestharness $<TARGET_FILE:${name}>)
   set_tests_properties(${name}
                        PROPERTIES
-                         TIMEOUT 30
+                         TIMEOUT 120
                          DEPENDS bsdtestharness
                          WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
   if(NOT leaks_EXECUTABLE)