Skip to content

Commit

Permalink
TEST: spawn_pytest: increase timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 2, 2018
1 parent dc269cf commit c914f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/pytester.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ def runpytest_subprocess(self, *args, **kwargs):
args = self._getpytestargs() + args
return self.run(*args, timeout=kwargs.get("timeout"))

def spawn_pytest(self, string, expect_timeout=10.0):
def spawn_pytest(self, string, expect_timeout=30.0):
"""Run pytest using pexpect.
This makes sure to use the right pytest and sets up the temporary
Expand Down

0 comments on commit c914f3c

Please sign in to comment.