1diff --git a/eden/common/os/test/CMakeLists.txt b/eden/common/os/test/CMakeLists.txt
2index a9f71443f8..be1423c455 100644
3--- a/eden/common/os/test/CMakeLists.txt
4+++ b/eden/common/os/test/CMakeLists.txt
5@@ -18,4 +18,4 @@
6 ${LIBGMOCK_LIBRARIES}
7 )
8
9-gtest_discover_tests(os_test)
10+gtest_discover_tests(os_test DISCOVERY_TIMEOUT 25)
11diff --git a/eden/common/utils/test/CMakeLists.txt b/eden/common/utils/test/CMakeLists.txt
12index 0cac73e569..ff08ecccb8 100644
13--- a/eden/common/utils/test/CMakeLists.txt
14+++ b/eden/common/utils/test/CMakeLists.txt
15@@ -34,4 +34,4 @@
16 ${LIBGMOCK_LIBRARIES}
17 )
18
19-gtest_discover_tests(utils_test)
20+gtest_discover_tests(utils_test DISCOVERY_TIMEOUT 25)