From 58dbdb0de902113c32b8d8a38e95be74ef951a8f Mon Sep 17 00:00:00 2001 From: Georgi Michev <georgi.michev@vereign.com> Date: Fri, 19 May 2023 15:00:06 +0300 Subject: [PATCH] Fix text by extending the wait time TSA - Setting 10 seconds time to live and verifying it expires - Negative fails when executed in the pipeline. --- src/test/resources/features/tsa/cache/v1/cache/GET.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/features/tsa/cache/v1/cache/GET.feature b/src/test/resources/features/tsa/cache/v1/cache/GET.feature index c603c34c..13c8f33c 100644 --- a/src/test/resources/features/tsa/cache/v1/cache/GET.feature +++ b/src/test/resources/features/tsa/cache/v1/cache/GET.feature @@ -50,7 +50,7 @@ Feature: API -TSA - Cache - v1/cache GET Then I clear the request body And I send the Cache GET request via TSA Cache API Then the status code should be {200} - When I wait for {10000} mseconds + When I wait for {11000} mseconds And I send the Cache GET request via TSA Cache API Then the status code should be {404} -- GitLab