Fossil hybrids: Increase request timeout for big activity file downloads

This commit is contained in:
Arjan Schrijver
2026-04-07 13:04:23 +02:00
parent 77a66eb9c6
commit f05b55a250
@@ -128,7 +128,7 @@ public class FossilWatchAdapter extends WatchAdapter {
super(deviceSupport); super(deviceSupport);
} }
private final int REQUEST_TIMEOUT = 60 * 1000; private final int REQUEST_TIMEOUT = 5 * 60 * 1000;
private Looper timeoutLooper = null; private Looper timeoutLooper = null;
private Handler timeoutHandler; private Handler timeoutHandler;