add more time for sim startup

This commit is contained in:
Kevin Hester 2021-03-31 11:26:19 +08:00
parent efd39c0f49
commit d810ce0c1e

View File

@ -36,6 +36,7 @@ jobs:
- name: Integration test
run: |
.pio/build/native/program &
sleep 1
sleep 5
echo "Simulator started, launching python test...""
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'