mirror of https://github.com/eclipse/paho.mqtt.c
Allow time for broker to end and report in Travis build
This commit is contained in:
parent
7e73ccf231
commit
bad52d797d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue