Skip to content
Snippets Groups Projects
Commit 79c4c7a7 authored by Volker Richert's avatar Volker Richert
Browse files

increase timeout to 10 seconds

parent b8de280f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ public abstract class ContourNextLinkMessage {
private static final String TAG = ContourNextLinkMessage.class.getSimpleName();
private static final int USB_BLOCKSIZE = 64;
private static final int READ_TIMEOUT_MS = 5000;
private static final int READ_TIMEOUT_MS = 10000;
private static final String BAYER_USB_HEADER = "ABC";
protected ByteBuffer mPayload;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment