add more time for sim startup
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
|||||||
- name: Integration test
|
- name: Integration test
|
||||||
run: |
|
run: |
|
||||||
.pio/build/native/program &
|
.pio/build/native/program &
|
||||||
sleep 1
|
sleep 5
|
||||||
|
echo "Simulator started, launching python test...""
|
||||||
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'
|
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user