Skip to content

Commit

Permalink
fix(jdbc): update test config for flaky test on liveness (#6656)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Jan 15, 2025
1 parent 821fd12 commit 7b0f2e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jdbc-h2/src/test/resources/application-liveness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kestra:
liveness:
enabled: true
interval: 1s
timeout: 5s
timeout: 3s
initialDelay: 0s
heartbeatInterval: 1s
2 changes: 1 addition & 1 deletion jdbc-mysql/src/test/resources/application-liveness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kestra:
liveness:
enabled: true
interval: 1s
timeout: 5s
timeout: 3s
initialDelay: 0s
heartbeatInterval: 1s
2 changes: 1 addition & 1 deletion jdbc-postgres/src/test/resources/application-liveness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kestra:
liveness:
enabled: true
interval: 1s
timeout: 5s
timeout: 3s
initialDelay: 0s
heartbeatInterval: 1s

0 comments on commit 7b0f2e9

Please sign in to comment.