Skip to content

Commit 5da2c90

Browse files
committed
Increase wait time to avoid test flukiness
1 parent 85af1b6 commit 5da2c90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

memex/src/test/resources/features/inspections.kafka.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Feature: Vehicle Inspection Kafka Integration
1111
"""
1212
{"capacity": 60, "vehicle": {"make": "Ford"}}
1313
"""
14-
Then I wait for 2 second
14+
Then I wait for 2 seconds
1515
And verify 100 vehicle inspections starting from id 10000 do exist with:
1616
"""
1717
{"capacity": 60, "vehicle": {"make": "Ford"}}

memex/src/test/resources/features/inspections.rest.atlas-search.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Vehicle Inspection REST API - Atlas Search Functionality
88
Given the following vehicle inspections exist:
99
| vehicleinspection |
1010
| {"testid": 10001, "vehicle": {"model": "Corolla"}} |
11-
And I wait for 1 second
11+
And I wait for 2 seconds
1212
When I send a POST request to "/api/inspections/search" with the payload:
1313
"""
1414
{

0 commit comments

Comments
 (0)