Don't trigger GitHub's automation-detection system

This commit is contained in:
Michael Mintz 2018-04-17 03:08:28 -04:00
parent 3aceede4fb
commit 824f72cf7a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class GitHubTests(BaseCase):
# "Please wait a few minutes before you try again."
# To avoid this, slow down Selenium actions.
def slow_click(self, css_selector):
time.sleep(0.75)
time.sleep(1)
self.click(css_selector)
def test_github(self):