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 <[email protected]>
  • Loading branch information
pennam and andreagilardoni authored Aug 23, 2024
1 parent 3582b5e commit abf5e17
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 @@ -59,7 +59,7 @@ SCENARIO("Test thing id request with no answer from the cloud")
while(_attachAttempt.getRetryCount() < 100000) {
_attachAttempt.retry();

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

0 comments on commit abf5e17

Please sign in to comment.