mirror of
https://codeberg.org/icewind/tasmota-backup.git
synced 2026-06-03 22:34:10 +02:00
increase timeout to 2m
This commit is contained in:
parent
45b9cc8d38
commit
30323913a0
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ async fn main() -> Result<()> {
|
||||||
info!("found {} devices", devices.len());
|
info!("found {} devices", devices.len());
|
||||||
for device in devices {
|
for device in devices {
|
||||||
let result = timeout(
|
let result = timeout(
|
||||||
Duration::from_secs(15),
|
Duration::from_secs(120),
|
||||||
download(&client, &device, &config.output.target, &device_password),
|
download(&client, &device, &config.output.target, &device_password),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue