зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1112970 - Increase the slack value for TestExpirationTracker to 30ms; r=froydnj
This commit is contained in:
Родитель
9784047afb
Коммит
3d3a15c2d3
|
@ -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:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче