[ARVADOS] updated: 2.3.2-11-g70a664a09

Git user git at public.arvados.org
Fri Jan 21 15:48:03 UTC 2022


Summary of changes:
 tools/salt-install/provision.sh | 2 ++
 1 file changed, 2 insertions(+)

       via  70a664a0965e8b1aa899b92854d86eededc6fc34 (commit)
      from  ac99763e37eee54b2bf92f6427a92ea65fb23d3a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 70a664a0965e8b1aa899b92854d86eededc6fc34
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Fri Jan 21 12:46:19 2022 -0300

    18658: Test timeout values for services
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index 11acf839e..870f23df9 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -721,6 +721,8 @@ fi
 echo '\pset pager off' >> /root/.psqlrc
 # END FIXME! #16992 Temporary fix for psql call in arvados-api-server
 
+# Set the time in seconds to wait for the services to be up and running
+sed -i 's/^    - timeout: 120/    - timeout: 480/g' /srv/formulas/arvados/arvados/controller/service/running.sls
 # Now run the install
 salt-call --local state.apply -l ${LOG_LEVEL}
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list