Skip to content

Commit 86a52a0

Browse files
committed
fix: increase wait_for_new_experiment_result timeout for CI stability
Increased default timeout from 5s to 10s to handle slower CI infrastructure
1 parent 42a3766 commit 86a52a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

align_browser/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
@contextmanager
17-
def wait_for_new_experiment_result(page, timeout=5000):
17+
def wait_for_new_experiment_result(page, timeout=10000):
1818
"""
1919
Context manager that waits for a new experiment result to load after a parameter change.
2020

0 commit comments

Comments
 (0)