summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-15 16:35:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-16 10:36:44 +0000
commitb64a0adc1efd72aa4d46df3e043dd14543abae3d (patch)
tree26531a998e773280334d2c1c09fdaf34812f992c /bin
parent2c97f3a5c6ae37de910deb90390c5b856a600c5f (diff)
downloadbitbake-contrib-b64a0adc1efd72aa4d46df3e043dd14543abae3d.tar.gz
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 <ed.bartosh@linux.intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/toaster b/bin/toaster
index 1f9849072..e5041cbb9 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