Commit f72583e6 by Clinton Blackburn Committed by Clinton Blackburn

Added a timeout to e2e tests

Each test now has a 45s timeout. This is one fix to help prevent
Jenkins jobs from running for hours.

LEARNER-1998
parent a9abc69c
[pytest] [pytest]
addopts = --driver=Chrome addopts = --driver=Chrome
# Each test must complete in less than 45 seconds
timeout = 45
...@@ -4,5 +4,6 @@ edx-rest-api-client==1.7.1 ...@@ -4,5 +4,6 @@ edx-rest-api-client==1.7.1
pytest==3.1.3 pytest==3.1.3
pytest-random-order==0.5.4 pytest-random-order==0.5.4
pytest-selenium==1.11.0 pytest-selenium==1.11.0
pytest-timeout==1.2.0
python-dotenv==0.6.4 python-dotenv==0.6.4
selenium==3.4.3 selenium==3.4.3
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