Bug 1446215 - Increase threshold to 0.25 seconds r=jmaher

MozReview-Commit-ID: IBa35bCCKv8

--HG--
extra : rebase_source : d503a7aca70ce4b70979b97560d49fc9f0939c9c
This commit is contained in:
Ionut Goldan 2018-03-30 13:45:32 +03:00
Родитель e6c418cc18
Коммит 3c0c5251d7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -139,7 +139,7 @@ class TTest(object):
)
for i in range(test_config['cycles']):
time.sleep(0.1)
time.sleep(0.25)
LOG.info('Running cycle %d/%d for %s test...'
% (i+1, test_config['cycles'], test_config['name']))