diff --git a/scrapy/tests/test_commands.py b/scrapy/tests/test_commands.py index 973b60a05..5927a2eb3 100644 --- a/scrapy/tests/test_commands.py +++ b/scrapy/tests/test_commands.py @@ -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'