Invitation timeout is too short for some devices.

This commit is contained in:
akwizgran
2016-02-04 17:52:45 +00:00
parent 9a9d94e1c9
commit d75c51ec74

View File

@@ -3,7 +3,7 @@ package org.briarproject.api.invitation;
public interface InvitationConstants {
long CONNECTION_TIMEOUT = 30 * 1000; // Milliseconds
long CONNECTION_TIMEOUT = 60 * 1000; // Milliseconds
long CONFIRMATION_TIMEOUT = 60 * 1000; // Milliseconds