From c80b4983cafd53933c0b92b4d8b6db9e9037e528 Mon Sep 17 00:00:00 2001 From: Patrick Freed Date: Mon, 22 Jul 2024 12:05:27 -0400 Subject: [PATCH] SERVER-92673 Increase assertion timeout in health observer tests (#25073) GitOrigin-RevId: 0640a87f28f6d21a27f580c1fe91fe1f525a4584 --- src/mongo/db/process_health/fault_manager_test_suite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/db/process_health/fault_manager_test_suite.h b/src/mongo/db/process_health/fault_manager_test_suite.h index 66778aee911..ffe0d51a648 100644 --- a/src/mongo/db/process_health/fault_manager_test_suite.h +++ b/src/mongo/db/process_health/fault_manager_test_suite.h @@ -251,7 +251,7 @@ public: tickSource().advance(d); } - static inline const Seconds kWaitTimeout{10}; + static inline const Seconds kWaitTimeout{35}; static inline const Milliseconds kSleepTime{1}; static inline const int kActiveFaultDurationSecs = 5;