add a 2-min timeout for press_sequentially (#478)

This commit is contained in:
Kerem Yilmaz
2024-06-16 16:33:25 -07:00
committed by GitHub
parent 6d6df2e763
commit af81fb7206
3 changed files with 6 additions and 7 deletions

View File

@@ -4,3 +4,5 @@ from pathlib import Path
SKYVERN_ID_ATTR: str = "unique_id"
SKYVERN_DIR = Path(__file__).parent
REPO_ROOT_DIR = SKYVERN_DIR.parent
INPUT_TEXT_TIMEOUT = 120000 # 2 minutes