Skip to content
Snippets Groups Projects
Commit f1d4e491 authored by Will Daly's avatar Will Daly
Browse files

Increased timeout in LaTeX acceptance test.

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