1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 02:54:33 +02:00

Increase general ScriptCommand timeout to 20s

This commit is contained in:
Teo Mrnjavac
2013-07-05 14:50:54 +02:00
parent e27891172a
commit 218394015b

View File

@@ -54,7 +54,7 @@ ScriptCommandQueue::nextCommand()
connect( m_timer, SIGNAL( timeout() ),
this, SLOT( onTimeout() ) );
m_timer->start( 10000 );
m_timer->start( 20000 );
req->exec();
}