From d810ce0c1efd74fb3637b2f5d68512956f5d69ce Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 31 Mar 2021 11:26:19 +0800 Subject: [PATCH] add more time for sim startup --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b01111fd9..51a498c2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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()'