Skip to content

Commit

Permalink
Increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaukov committed Feb 13, 2025
1 parent 2cb11a3 commit 1c010ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ public void onRunError(Exception e) {
callbacks.missingFirmware();
setMode(MODE_BAD_FIRMWARE);
}
}, 500);
}, 1000);
}

/**
Expand Down

0 comments on commit 1c010ca

Please sign in to comment.