From bad52d797da6ee19fa532315b01b675615c19d9b Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Thu, 1 Apr 2021 13:20:53 +0100 Subject: [PATCH] Allow time for broker to end and report in Travis build --- travis-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-build.sh b/travis-build.sh index b040d58..b84912a 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -11,6 +11,7 @@ cmake --build . python3 ../test/mqttsas.py & ctest -VV --timeout 600 killall python3 +sleep 3 # allow broker time to terminate and report #killall mosquitto cpack --verbose -- GitLab