From: Ed Bartosh Date: Fri, 15 Jan 2016 16:35:03 +0000 (+0000) Subject: toaster: increase timeout X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b64a0adc1efd72aa4d46df3e043dd14543abae3d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git toaster: increase timeout Sometimes Toaster connection to the bitbake server fails with this error in the log: ERROR: Could not connect to server 0.0.0.0:46572 : Could not register UI event handler It happens more often on slow machines. Increasing timeout after restarting bitbake should fix this issue. [YOCTO #8776] Signed-off-by: Ed Bartosh Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- diff --git a/bin/toaster b/bin/toaster index 1f9849072aa..e5041cbb99d 100755 --- a/bin/toaster +++ b/bin/toaster @@ -228,7 +228,7 @@ if [ "$1" = 'restart-bitbake' ] ; then sleep 1 start_bitbake rc=$? - sleep 1 + sleep 3 return $rc fi