Skip to content

Commit 85b8a1e

Browse files
committed
gha: test: timeout with kill and verbosely for foreground test
1 parent 116f6b5 commit 85b8a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Start foreground instance for first-contact sanity checking
4646
run: |
47-
timeout 30 docker run --rm --name docker_registry_proxy \
47+
timeout --signal=9 --verbose 30 docker run --rm --name docker_registry_proxy \
4848
-p 0.0.0.0:3128:3128 -e ENABLE_MANIFEST_CACHE=false \
4949
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
5050
-v $(pwd)/docker_mirror_certs:/ca \

0 commit comments

Comments
 (0)