mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 08:09:48 -05:00
increase timeout waiting for screenshot
because we are seeing timeouts on moderately busy machines
This commit is contained in:
parent
c934759852
commit
67d5a0e671
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user