Commit 86c6dd6e by Will Daly

Merge pull request #1199 from edx/will/latex-test-timeout

Increased timeout in LaTeX acceptance test.
parents 01830c30 f1d4e491
......@@ -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