From 08fbfa7434340fc4820738d3cb2c726b28e1a0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Wed, 9 Jul 2014 19:53:35 +0200 Subject: Make the auth timeout longer (30s) --- logic/auth/YggdrasilTask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logic') diff --git a/logic/auth/YggdrasilTask.h b/logic/auth/YggdrasilTask.h index ed70b957..becd123c 100644 --- a/logic/auth/YggdrasilTask.h +++ b/logic/auth/YggdrasilTask.h @@ -143,7 +143,7 @@ protected: QTimer counter; int count = 0; // num msec since time reset - const int timeout_max = 10000; + const int timeout_max = 30000; const int time_step = 50; AuthSessionPtr m_session; -- cgit v1.2.3