Commit eac7ee56 authored by Otavio Rodolfo Piske's avatar Otavio Rodolfo Piske

Use a timeout for the test, otherwise Travis CI abort the execution

Signed-off-by: 's avatarOtavio Rodolfo Piske <opiske@redhat.com>
parent 3d06fe21
......@@ -125,3 +125,6 @@ ADD_TEST(
NAME test9
COMMAND test9 "--connection" ${MQTT_TEST_BROKER}
)
# Times out after 9 minutes
SET_TESTS_PROPERTIES(test9 PROPERTIES TIMEOUT 540)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment