implement timeout to work around issue where sometimes we receive no result message after requesting scroll to top

This commit is contained in:
Noah Levitt 2016-06-30 11:45:19 -05:00
parent a1910fc0fe
commit 9fd78fdbe8
2 changed files with 17 additions and 2 deletions

View file

@ -21,7 +21,7 @@ import setuptools
setuptools.setup(
name='brozzler',
version='1.1.dev37',
version='1.1.dev38',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',