Commit f1d4e491 by Will Daly

Increased timeout in LaTeX acceptance test.

parent 67722f1a
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment