make polling timeout configurable and 5mins by default (#789)

This commit is contained in:
Shuchang Zheng
2024-09-08 23:39:42 -07:00
committed by GitHub
parent 1dbdef9750
commit c85d868c13
3 changed files with 3 additions and 4 deletions

View File

@@ -13,8 +13,6 @@ BROWSER_CLOSE_TIMEOUT = 180 # 3 minute
# reserved fields for navigation payload
SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"
VERIFICATION_CODE_POLLING_TIMEOUT_MINS = 10
class ScrapeType(StrEnum):
NORMAL = "normal"