From 4e9f540929718de0a6ec8eb93c410bebe30bfbf5 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Tue, 21 May 2024 17:11:30 -0700 Subject: [PATCH] fixup --- .../src/main/resources/greengrass/features/component.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/greengrass/basic_discovery/gg-e2e-tests/src/main/resources/greengrass/features/component.feature b/samples/greengrass/basic_discovery/gg-e2e-tests/src/main/resources/greengrass/features/component.feature index 3b08280ef..5795e812e 100644 --- a/samples/greengrass/basic_discovery/gg-e2e-tests/src/main/resources/greengrass/features/component.feature +++ b/samples/greengrass/basic_discovery/gg-e2e-tests/src/main/resources/greengrass/features/component.feature @@ -67,4 +67,4 @@ Feature: Testing features of Greengrassv2 basic discovery sample """ And I deploy the Greengrass deployment configuration Then the Greengrass deployment is COMPLETED on the device after 120 seconds - And the software.amazon.awssdk.sdk-gg-discovery log on the device contains the line "Discovery completed with error code" within 20 seconds + And the software.amazon.awssdk.sdk-gg-discovery log on the device contains the line "Discovery completed with error code" within 80 seconds