diff --git a/xpcom/glue/tests/gtest/TestExpirationTracker.cpp b/xpcom/glue/tests/gtest/TestExpirationTracker.cpp index 176b7e8c7967..1c4ff70a1ddd 100644 --- a/xpcom/glue/tests/gtest/TestExpirationTracker.cpp +++ b/xpcom/glue/tests/gtest/TestExpirationTracker.cpp @@ -39,7 +39,7 @@ static uint32_t ops = 1000; static uint32_t iterations = 2; static bool logging = 0; static uint32_t sleepPeriodMS = 50; -static uint32_t slackMS = 20; // allow this much error +static uint32_t slackMS = 30; // allow this much error template class Tracker : public nsExpirationTracker { public: