Changed: Increase timeout delay to 30s (just to avoid to wait forever)

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent f168dd17e2
commit 9af4edf07a

@ -91,7 +91,7 @@ void CDownloader::startTimer()
{ {
stopTimer(); stopTimer();
m_timer->setInterval(5000); m_timer->setInterval(30000);
m_timer->setSingleShot(true); m_timer->setSingleShot(true);
m_timer->start(); m_timer->start();
} }

Loading…
Cancel
Save