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 <ed.bartosh@linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ed Bartosh 2016-01-15 16:35:03 +00:00 committed by Richard Purdie
parent a5f34bc9ec
commit 0fe6e2dc7b
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ if [ "$1" = 'restart-bitbake' ] ; then
sleep 1
start_bitbake
rc=$?
sleep 1
sleep 3
return $rc
fi