Expand timeout

This commit is contained in:
abejgonzalez 2023-01-20 11:31:54 -08:00 committed by Mergify
parent 49239dc47f
commit e27622dafa
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def run_parallel_metasim():
else:
print(f"Workload {workload} successful.")
run_w_timeout(f"{ci_env['GITHUB_WORKSPACE']}/deploy/workloads/hello-world-localhost-vcs-metasim.yaml", "15m")
run_w_timeout(f"{ci_env['GITHUB_WORKSPACE']}/deploy/workloads/hello-world-localhost-vcs-metasim.yaml", "45m")
if __name__ == "__main__":
execute(run_parallel_metasim, hosts=["localhost"])