소스 검색

Higher sleep timer

JoostSijm 4 년 전
부모
커밋
ad78b48d83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/rival_regions_wrapper/authentication_handler.py

+ 1 - 1
src/rival_regions_wrapper/authentication_handler.py

@@ -194,7 +194,7 @@ class AuthenticationHandler:
 
         LOGGER.info('"%s": pressing sign in button', self.username)
         browser.click(css_selector=".sa_sn.float_left.imp.gogo")
-        time.sleep(1)
+        time.sleep(2)
 
         return browser