diff --git a/python/ray/data/context.py b/python/ray/data/context.py index ca8b15763b49..a550c17eb7cb 100644 --- a/python/ray/data/context.py +++ b/python/ray/data/context.py @@ -275,7 +275,7 @@ class DataContext: ) print_on_execution_start: bool = True s3_try_create_dir: bool = DEFAULT_S3_TRY_CREATE_DIR - wait_for_min_actors_timeout_s: int = DEFAULT_WAIT_FOR_MIN_ACTORS_S + wait_for_min_actors_s: int = DEFAULT_WAIT_FOR_MIN_ACTORS_S def __post_init__(self): # The additonal ray remote args that should be added to