From 0fe6e2dc7ba02fe03fe2c8434a469580ead6ebcd Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Fri, 15 Jan 2016 16:35:03 +0000 Subject: bitbake: 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] (Bitbake rev: b64a0adc1efd72aa4d46df3e043dd14543abae3d) Signed-off-by: Ed Bartosh Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- bitbake/bin/toaster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/bin/toaster') diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 1f9849072a..e5041cbb99 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster @@ -228,7 +228,7 @@ if [ "$1" = 'restart-bitbake' ] ; then sleep 1 start_bitbake rc=$? - sleep 1 + sleep 3 return $rc fi -- cgit v1.2.3-54-g00ecf