From 906dab0d5cd5901e0046298c44982f74298a6304 Mon Sep 17 00:00:00 2001 From: marekpl Date: Thu, 25 Oct 2018 11:38:24 +0200 Subject: Fix for HV-VES TA sunny scenario Handle situation when the topic doesn't exist yet because it is created on kafka after 1st HV-VES message is sent Issue-ID: INT-650 Change-Id: Ie95af8a02ce5cda703f1898cb5d7ece32262987b Signed-off-by: marekpl --- robot/testsuites/hvves.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/testsuites/hvves.robot') diff --git a/robot/testsuites/hvves.robot b/robot/testsuites/hvves.robot index c56f7e10..b7c718ae 100644 --- a/robot/testsuites/hvves.robot +++ b/robot/testsuites/hvves.robot @@ -1,7 +1,7 @@ *** Settings *** Documentation HV-VES 'Sunny Scenario' Robot Framwork test - message is sent to the collector and Kafka topic is checked if the message has been published. Default Tags HVVES -Test Timeout 3 minute +Test Timeout 30s Resource ${EXECDIR}/robot/resources/global_properties.robot Resource ${EXECDIR}/robot/resources/test_templates/hvves_template.robot Suite Teardown Reset Rammbock -- cgit 1.2.3-korg