Skip to content

Commit

Permalink
Merge pull request #346 from bytebeamio/Inventor77-patch-1
Browse files Browse the repository at this point in the history
Simulator: increased timeout
  • Loading branch information
Inventor77 authored Jun 7, 2024
2 parents 10e5dc2 + 451210b commit 9e61907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ gps_paths = "./paths"
actions= [{ name = \"load_file\" }, { name = \"install_firmware\" }, { name = \"update_config\" }, { name = \"unlock\" }, { name = \"lock\" }]
[downloader]
actions= [{ name = \"send_file\" }, { name = \"update_firmware\" }]
actions= [{ name = \"send_file\" }, { name = \"update_firmware\", timeout = 1800 }]
path = \"/var/tmp/ota/$id\"
EOF
)" > devices/device_$id.toml
Expand Down

0 comments on commit 9e61907

Please sign in to comment.