From 9c49f8924b18e052b8e0d6ac06f819ea8c0bdab4 Mon Sep 17 00:00:00 2001 From: Gaetan Bisson Date: Fri, 16 Oct 2015 14:55:33 -1000 Subject: increase cloud connection timeout Awesome diving location does not rhyme with small Internet latency. Signed-off-by: Gaetan Bisson Signed-off-by: Dirk Hohndel --- checkcloudconnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkcloudconnection.cpp') diff --git a/checkcloudconnection.cpp b/checkcloudconnection.cpp index b4b4b2be8..be2a2fa18 100644 --- a/checkcloudconnection.cpp +++ b/checkcloudconnection.cpp @@ -34,7 +34,7 @@ bool CheckCloudConnection::checkServer() connect(&timer, SIGNAL(timeout()), &loop, SLOT(quit())); connect(reply, SIGNAL(finished()), &loop, SLOT(quit())); connect(reply, SIGNAL(sslErrors(QList)), this, SLOT(sslErrors(QList))); - timer.start(2000); // wait two seconds + timer.start(5000); // wait five seconds loop.exec(); if (timer.isActive()) { // didn't time out, did we get the right response? -- cgit v1.2.3-70-g09d2