summaryrefslogtreecommitdiff
path: root/android/sdremote
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote')
-rw-r--r--android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java b/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java
index ed0c4c33c0aa..40b7553b9305 100644
--- a/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java
+++ b/android/sdremote/src/org/libreoffice/impressremote/communication/TcpServersFinder.java
@@ -33,7 +33,7 @@ import org.libreoffice.impressremote.util.Intents;
class TcpServersFinder implements ServersFinder, Runnable {
private static final int SEARCH_DELAY_IN_SECONDS = 5;
- private static final int BLOCKING_TIMEOUT_IN_SECONDS = 10;
+ private static final int BLOCKING_TIMEOUT_IN_SECONDS = 5;
private static final int SEARCH_RESULT_BUFFER_SIZE = 1024;