Skip to content

Commit 6af180a

Browse files
committed
[tune] relax test_experiment_restore timeout
Signed-off-by: Matthew Deng <matt@anyscale.com>
1 parent f9f0129 commit 6af180a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/air/tests/test_experiment_restore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_experiment_restore(tmp_path, runner_type):
121121
no_interrupts_runtime = 16.0
122122
# Todo(krfricke): See if we can improve the actor startup/shutdown time
123123
# to reduce the passing factor again.
124-
passing_factor = 2.5
124+
passing_factor = 3
125125
passing_runtime = no_interrupts_runtime * passing_factor
126126
_print_message(
127127
"Experiment should finish with a total runtime of\n"

0 commit comments

Comments
 (0)