summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
Diffstat (limited to 'logic')
-rw-r--r--logic/auth/YggdrasilTask.h2
1 files changed, 1 insertions, 1 deletions
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;