Skip to content
Snippets Groups Projects
Unverified Commit d75c51ec authored by akwizgran's avatar akwizgran
Browse files

Invitation timeout is too short for some devices.

parent 9a9d94e1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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