Skip to content

Commit

Permalink
chore: increase backoffLimit for inject-flagd (#423)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
  • Loading branch information
toddbaert authored Mar 27, 2023
1 parent 78c5970 commit 29d7cf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ kind: TestSuite
crdDir: ./config/crd/bases
testDirs:
- ./test/e2e/kuttl/scenarios/
timeout: 150
skipDelete: true
timeout: 300
skipDelete: true
2 changes: 1 addition & 1 deletion test/e2e/kuttl/inject-flagd/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ kind: Job
metadata:
name: flagd-query-test
spec:
backoffLimit: 5
backoffLimit: 10
template:
spec:
containers:
Expand Down

0 comments on commit 29d7cf0

Please sign in to comment.