Skip to content

Commit 17c2ded

Browse files
committed
Add timeout-minutes: 1 to Atlas Local setup step
1 parent e0ac208 commit 17c2ded

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-ci-atlas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: actions/checkout@v6
4343

4444
- name: Create MongoDB Atlas Local
45+
timeout-minutes: 2
4546
run: |
4647
docker run --name mongodb -p 27017:27017 --detach mongodb/mongodb-atlas-local:latest
4748
until docker exec --tty mongodb mongosh --eval "db.runCommand({ ping: 1 })"; do

0 commit comments

Comments
 (0)