Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openadapt_evals/adapters/waa/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ class WAALiveConfig:
force_tray_icons: bool = False
reapply_clean_desktop_each_reset: bool = False
waa_image_version: str | None = None
strict_setup_readiness: bool = True
strict_setup_readiness: bool = False
setup_readiness_retries: int = 3


Expand Down