increase timeout waiting for screenshot

because we are seeing timeouts on moderately busy machines
This commit is contained in:
Noah Levitt 2018-01-26 10:19:23 -08:00
parent c934759852
commit 67d5a0e671
2 changed files with 2 additions and 2 deletions

View file

@ -542,7 +542,7 @@ class Browser:
'problem extracting outlinks, result message: %s', message)
return frozenset()
def screenshot(self, timeout=30):
def screenshot(self, timeout=90):
self.logger.info('taking screenshot')
self.websock_thread.expect_result(self._command_id.peek())
msg_id = self.send_to_chrome(method='Page.captureScreenshot')