Skip to content

Commit 5e285f5

Browse files
committed
Add timeout-minutes
1 parent e38c33d commit 5e285f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
150150
- name: Wait for scylladb to be healthy (macOS)
151151
if: ${{ runner.os == 'macOS' }}
152+
timeout-minutes: 3
152153
run: |
153154
until [ "$(docker inspect -f '{{.State.Health.Status}}' scylladb)" == "healthy" ]; do
154155
sleep 5

0 commit comments

Comments
 (0)