Skip to content

Commit

Permalink
Bump timeout and max restarts for the await workloads action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovilla committed Dec 12, 2024
1 parent 5246f91 commit d4b83f1
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 d4b83f1

Please sign in to comment.