Sleep 3 secs
This commit is contained in:
parent
24579506ae
commit
8c8219b5fa
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ class TerraformBackendGitApi:
|
|||
for key in credentials:
|
||||
env = env + f'{key}' + "=" + f'{credentials[key]}' + " "
|
||||
self.execution_api.execute(f'{env}' + " " + "terraform-backend-git &")
|
||||
self.execution_api.execute('sleep 3')
|
||||
|
||||
|
||||
def stop(self):
|
||||
self.execution_api.execute("terraform-backend-git stop")
|
||||
|
|
Loading…
Reference in a new issue