Browse Source

Increase timeout for yarn start

Anuj Bansal 3 years ago
parent
commit
075222bd65
1 changed files with 2 additions and 2 deletions
  1. 2 2
      devops/aws/roles/rpc/tasks/main.yml

+ 2 - 2
devops/aws/roles/rpc/tasks/main.yml

@@ -59,7 +59,7 @@
     SUDO_ACCOUNT_URI: '{{ sudo_key }}'
   args:
     chdir: '{{ remote_code_path }}'
-  async: 1800
+  async: 3600
   poll: 0
   register: compose_result
 
@@ -69,7 +69,7 @@
   register: job_result
   until: job_result.finished
   # Max number of times to check for status
-  retries: 18
+  retries: 36
   # Check for the status every 100s
   delay: 100