Skip to content

Commit

Permalink
Increase selenium load time
Browse files Browse the repository at this point in the history
  • Loading branch information
canavandl committed Mar 9, 2017
1 parent 6ba6b25 commit 4d00a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration_tests_plugin.py
Expand Up @@ -14,7 +14,7 @@ def pytest_addoption(parser):
@pytest.fixture
def selenium(selenium):
# Give items a chance to load
selenium.implicitly_wait(10)
selenium.implicitly_wait(100)
selenium.set_window_size(width=1200, height=600)
return selenium

Expand Down

0 comments on commit 4d00a2f

Please sign in to comment.