Skip to content

Commit

Permalink
More retries for failing test, increasing retry interval
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Dec 6, 2023
1 parent 9dd7cac commit e7f33dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/organizations-test-cases.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config:
inherit-env: true
retries: 1
interval: 1s

tests:
001 - list organizations with no data:
Expand Down Expand Up @@ -133,7 +134,7 @@ tests:
- EMAIL
- PICTURE
config:
retries: 3
retries: 10

017 - list organization members as json:
command: auth0 orgs members list $(./test/integration/scripts/get-org-id.sh) --json
Expand Down

0 comments on commit e7f33dd

Please sign in to comment.