From fffb00693a06bfcc022a31ca2c7991e73d2e2c99 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 6 Feb 2013 16:46:51 +0100 Subject: [PATCH] Allow some more time for slow slow Ampache. --- src/libtomahawk/resolvers/ScriptCommandQueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/resolvers/ScriptCommandQueue.cpp b/src/libtomahawk/resolvers/ScriptCommandQueue.cpp index d503b2755..2663c87e8 100644 --- a/src/libtomahawk/resolvers/ScriptCommandQueue.cpp +++ b/src/libtomahawk/resolvers/ScriptCommandQueue.cpp @@ -54,7 +54,7 @@ ScriptCommandQueue::nextCommand() connect( m_timer, SIGNAL( timeout() ), this, SLOT( onTimeout() ) ); - m_timer->start( 5000 ); + m_timer->start( 10000 ); req->exec(); }