Bug 1112970 - Increase the slack value for TestExpirationTracker to 30ms; r=froydnj

This commit is contained in:
Ehsan Akhgari 2014-12-30 14:05:56 -05:00
Родитель 9784047afb
Коммит 3d3a15c2d3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ static uint32_t ops = 1000;
static uint32_t iterations = 2; static uint32_t iterations = 2;
static bool logging = 0; static bool logging = 0;
static uint32_t sleepPeriodMS = 50; static uint32_t sleepPeriodMS = 50;
static uint32_t slackMS = 20; // allow this much error static uint32_t slackMS = 30; // allow this much error
template <uint32_t K> class Tracker : public nsExpirationTracker<Object,K> { template <uint32_t K> class Tracker : public nsExpirationTracker<Object,K> {
public: public: