add a timeout to the one post-behavior step that didn't already have one (getting a screenshot), and majorly refactored the post-behavior code to incorporate timeouts automatically into each step, and hopefully make it easier to follow

This commit is contained in:
Noah Levitt 2016-07-28 19:59:28 -05:00
parent b2b07b79a9
commit 2046ee36e0
2 changed files with 143 additions and 147 deletions

View file

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