mirror of https://github.com/scrapy/scrapy.git
increase unittest timeouts to decrease travis false positive failures
This commit is contained in:
parent
801564c2c9
commit
65135db70c
|
|
@ -41,7 +41,7 @@ class ProjectTest(unittest.TestCase):
|
|||
while p.poll() is None:
|
||||
sleep(interval)
|
||||
waited += interval
|
||||
if waited > 5:
|
||||
if waited > 15:
|
||||
p.kill()
|
||||
assert False, 'Command took too much time to complete'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue