Skip to content

Commit 06c7c04

Browse files
committed
Add sleep
1 parent bdaaec6 commit 06c7c04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run-mock_project.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: Install the project
2727
run: uv sync --all-extras --dev
2828

29+
- name: Give sshd time
30+
run: sleep 10
2931
- name: Run tests
3032
run: uv run pytest
3133
working-directory: test_project

test_project/inventory_data/hosts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
box01:
3-
hostname: box01
3+
hostname: localhost
44
platform: linux
55
port: 2222
66
username: admin

0 commit comments

Comments
 (0)