Skip to content

Commit

Permalink
Bump timeout and max restarts for the await workloads action (#2883)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla authored Dec 12, 2024
2 parents 5246f91 + d4b83f1 commit e34612c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_local_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
with:
workloads: "" # all
namespace: "dev"
timeout: 60
max-restarts: 0
timeout: 300
max-restarts: 3

### DEPLOYMENT TESTS
- name: Deployment Pytests
Expand Down

0 comments on commit e34612c

Please sign in to comment.