We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611c42a commit 3582b5eCopy full SHA for 3582b5e
extras/test/src/test_TimedAttempt.cpp
@@ -86,7 +86,7 @@ SCENARIO("Test thing id request of a detached device")
86
while(_attachAttempt.getRetryCount() < 100000) {
87
_attachAttempt.retry();
88
89
- switch(_attachAttempt.getRetryCount()) {
+ switch(_attachAttempt.getRetryCount()) {
90
case 1:
91
REQUIRE(_attachAttempt.getWaitTime() == 4000);
92
_attachAttempt.reconfigure(AIOT_CONFIG_THING_ID_REQUEST_RETRY_DELAY_ms *
0 commit comments