Skip to content

Commit

Permalink
[bitnami/flink] Increase timeout for 'jobmanager.sh start-foreground'…
Browse files Browse the repository at this point in the history
… test

Signed-off-by: David Gomez <[email protected]>
  • Loading branch information
dgomezleon committed Dec 18, 2024
1 parent 5d032b3 commit 1bbac10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vib/flink/goss/flink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

command:
check-flink-jobmanager-run:
exec: timeout --preserve-status 5 jobmanager.sh start-foreground
timeout: 8000
exec: timeout --preserve-status 20 jobmanager.sh start-foreground
timeout: 30000
exit-status: 143
stdout:
- "Rest endpoint listening"
Expand Down

0 comments on commit 1bbac10

Please sign in to comment.