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

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

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