You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/06/11 15:33:21 UTC

[airavata] branch develop updated: Decreasing api-orch unit file timeout

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new bc733d9  Decreasing api-orch unit file timeout
bc733d9 is described below

commit bc733d9447c53fa95ac8dc006237e26cb1fa01bf
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 11 11:33:04 2019 -0400

    Decreasing api-orch unit file timeout
---
 dev-tools/ansible/roles/api-orch/templates/apiorch.service.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/api-orch/templates/apiorch.service.j2 b/dev-tools/ansible/roles/api-orch/templates/apiorch.service.j2
index d404079..2b5ef7d 100644
--- a/dev-tools/ansible/roles/api-orch/templates/apiorch.service.j2
+++ b/dev-tools/ansible/roles/api-orch/templates/apiorch.service.j2
@@ -32,7 +32,7 @@ Type=forking
 ExecStart={{ api_orch_dir }}/{{ airavata_dist }}/bin/airavata-server-start.sh -d api-orch -log "{{ api_orch_log_dir }}/output.log"
 ExecStop={{ api_orch_dir }}/{{ airavata_dist }}/bin/airavata-server-stop.sh
 Restart=always
-TimeoutSec=300
+TimeoutSec=60
 User={{ user }}
 
 [Install]