mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-28 07:13:25 +00:00
Merge branch 'develop' into multi-message-Storage
This commit is contained in:
commit
cb8a8a2c52
2
.github/workflows/test_native.yml
vendored
2
.github/workflows/test_native.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
- name: Integration test
|
||||
run: |
|
||||
.pio/build/coverage/program &
|
||||
.pio/build/coverage/program -s &
|
||||
PID=$!
|
||||
timeout 20 bash -c "until ls -al /proc/$PID/fd | grep socket; do sleep 1; done"
|
||||
echo "Simulator started, launching python test..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user