Skip to content

Commit

Permalink
Increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed May 28, 2024
1 parent 79650ea commit 4a10bff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ 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 150 seconds
And the software.amazon.awssdk.sdk-gg-test-discovery log on the device contains the line "Successfully subscribed to topic" within 120 seconds
And the software.amazon.awssdk.sdk-gg-test-discovery log on the device contains the line "Received new message" within 140 seconds
Then the Greengrass deployment is COMPLETED on the device after 300 seconds
And the software.amazon.awssdk.sdk-gg-test-discovery log on the device contains the line "Successfully subscribed to topic" within 180 seconds
And the software.amazon.awssdk.sdk-gg-test-discovery log on the device contains the line "Received new message" within 240 seconds

0 comments on commit 4a10bff

Please sign in to comment.