Skip to content

Commit 47c2942

Browse files
allenporterCopilot
andauthored
fix: Update roborock/devices/device.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2c9323a commit 47c2942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
MIN_BACKOFF_INTERVAL = datetime.timedelta(seconds=10)
3232
MAX_BACKOFF_INTERVAL = datetime.timedelta(minutes=30)
3333
BACKOFF_MULTIPLIER = 1.5
34-
START_ATTEMPT_TIMEOUT = datetime.timedelta(seconds=10)
34+
START_ATTEMPT_TIMEOUT = datetime.timedelta(seconds=5)
3535

3636

3737
DeviceReadyCallback = Callable[["RoborockDevice"], None]

0 commit comments

Comments
 (0)