Skip to content

Commit

Permalink
Update extras/test/src/test_TimedAttempt.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Gilardoni <4046444+andreagilardoni@users.noreply.github.com>
  • Loading branch information
pennam and andreagilardoni authored Aug 23, 2024
1 parent 611c42a commit 3582b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/test/src/test_TimedAttempt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SCENARIO("Test thing id request of a detached device")
while(_attachAttempt.getRetryCount() < 100000) {
_attachAttempt.retry();

switch(_attachAttempt.getRetryCount()) {
switch(_attachAttempt.getRetryCount()) {
case 1:
REQUIRE(_attachAttempt.getWaitTime() == 4000);
_attachAttempt.reconfigure(AIOT_CONFIG_THING_ID_REQUEST_RETRY_DELAY_ms *
Expand Down

0 comments on commit 3582b5e

Please sign in to comment.