Fix integration test found by CI! verstr field was too short

This commit is contained in:
Kevin Hester
2021-04-16 11:51:04 +08:00
parent 568032cbc7
commit 405f7e0caa
7 changed files with 19 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ jobs:
- name: Integration test
run: |
.pio/build/native/program &
sleep 5
sleep 30 # 5 seconds was not enough
echo "Simulator started, launching python test..."
python3 -c 'from meshtastic.test import testSimulator; testSimulator()'