Increased timeout in LaTeX acceptance test.

This commit is contained in:
Will Daly
2013-10-02 08:22:57 -04:00
parent 67722f1a81
commit f1d4e49168

View File

@@ -187,7 +187,7 @@ def high_level_source_persisted(step):
css_sel = '.problem div>span'
return world.css_text(css_sel) == 'hi'
world.wait_for(verify_text)
world.wait_for(verify_text, timeout=10)
@step('I view the High Level Source I see my changes')