diff --git a/tests/test_plotly_auth_integration.py b/tests/test_plotly_auth_integration.py index 3cb7a12..4547cf4 100644 --- a/tests/test_plotly_auth_integration.py +++ b/tests/test_plotly_auth_integration.py @@ -77,7 +77,7 @@ def _login_flow(self, username, pw): self.wait_for_element_by_css_selector( '#js-auth-modal-signin-submit').click() - time.sleep(3) + time.sleep(2) # wait for oauth screen self.wait_for_element_by_css_selector('input[name="allow"]').click()