From fcd2105e58a354f300a027381ef9e68fb5b71741 Mon Sep 17 00:00:00 2001 From: Mika Herrmann Date: Mon, 13 Jan 2025 13:36:28 +0100 Subject: [PATCH] test: decrease waiting time since it doesn't do anything --- .../Features/SyncRuns/{id}/ExternalEvents/GET.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/Features/SyncRuns/{id}/ExternalEvents/GET.feature b/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/Features/SyncRuns/{id}/ExternalEvents/GET.feature index 68894833a5..1ff63207bb 100644 --- a/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/Features/SyncRuns/{id}/ExternalEvents/GET.feature +++ b/Applications/ConsumerApi/test/ConsumerApi.Tests.Integration/Features/SyncRuns/{id}/ExternalEvents/GET.feature @@ -26,7 +26,7 @@ Feature: GET /SyncRuns/{id}/ExternalEvents And an active Relationship r between i1 and i2 And i1 has sent a Message m to i2 And i1 has terminated r - And 5 second(s) have passed + And 2 second(s) have passed And a sync run sr started by i2 When i2 sends a GET request to the /SyncRuns/sr.id/ExternalEvents endpoint Then the response status code is 200 (OK)