mirror of https://github.com/scrapy/scrapy.git
Increase the command timeout in test_short_timeout(). (#6945)
This commit is contained in:
parent
4279f2837c
commit
14eace5d8f
|
|
@ -495,7 +495,7 @@ class TestEngine(TestEngineBase):
|
|||
)
|
||||
|
||||
try:
|
||||
_, stderr = p.communicate(timeout=3)
|
||||
_, stderr = p.communicate(timeout=15)
|
||||
except subprocess.TimeoutExpired:
|
||||
p.kill()
|
||||
p.communicate()
|
||||
|
|
|
|||
Loading…
Reference in New Issue