Skip to content
Snippets Groups Projects
Verified Commit 58dbdb0d authored by Georgi Michev's avatar Georgi Michev
Browse files

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.
parent d5540e73
No related branches found
No related tags found
1 merge request!40Fix text by extending the wait time
Pipeline #62612 failed with stage
in 7 minutes and 32 seconds
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment