0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-22 04:59:34 +01:00

SERVER-92673 Increase assertion timeout in health observer tests (#25073)

GitOrigin-RevId: 0640a87f28f6d21a27f580c1fe91fe1f525a4584
This commit is contained in:
Patrick Freed 2024-07-22 12:05:27 -04:00 committed by MongoDB Bot
parent 56499efea5
commit c80b4983ca

View File

@ -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;