Skip to content

Commit c8dbe27

Browse files
committed
ci: Reduce waiting time
1 parent 45dede5 commit c8dbe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Test
4949
run: |
5050
docker run --name misp-modules --rm -p 127.0.0.1:6666:6666 nukib/misp-modules:latest &
51-
sleep 10 # Wait until container is ready
51+
sleep 5 # Wait until container is ready
5252
curl --fail http://localhost:6666/modules | jq
5353
docker stop misp-modules
5454
-

0 commit comments

Comments
 (0)