Skip to content

Commit

Permalink
Increase sleep seconds when waiting for sandbox (flyteorg#442)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb authored and robert-ulbrich-mercedes-benz committed Jul 2, 2024
1 parent 05c67ff commit 618f1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytectl/.github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# to serve requests when the above command exits successfully.
# Fixed in: https://github.com/flyteorg/flyte/pull/4348
# TODO (jeev): Remove this when ^ is released.
sleep 5
sleep 10
- name: Setup flytectl config
run: bin/flytectl config init
- name: Register cookbook
Expand Down

0 comments on commit 618f1bd

Please sign in to comment.