-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[test] resolve sleep20 test failures. #2669
Conversation
// Make sure the modem is off first | ||
Serial.println(" >> Powering off the modem..."); | ||
#if HAL_PLATFORM_CELLULAR | ||
Cellular.off(); | ||
assertTrue(waitFor(Cellular.isOff, 60000)); | ||
Serial.println(" >> Powering on the modem..."); | ||
Cellular.on(); | ||
if (i == 1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@avtolstoy Could you remind me why I was adding this loop and check? 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea honestly :)
// Make sure the modem is off first | ||
Serial.println(" >> Powering off the modem..."); | ||
#if HAL_PLATFORM_CELLULAR | ||
Cellular.off(); | ||
assertTrue(waitFor(Cellular.isOff, 60000)); | ||
Serial.println(" >> Powering on the modem..."); | ||
Cellular.on(); | ||
if (i == 1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea honestly :)
1d881a6
to
0963898
Compare
[test] resolve sleep20 test failures.
[test] resolve sleep20 test failures.
[test] resolve sleep20 test failures.
Problem
wiring/sleep20
test failures:12_System_Sleep_With_Configuration_Object_Hibernate_Mode_Bypass_Network_Off_Execution_Time
[Photon2]33_System_Sleep_With_Configuration_Object_Stop_Mode_Execution_Time
[Argon/Photon2]34_System_Sleep_With_Configuration_Object_Ultra_Low_Power_Mode_Wakeup_Execution_Time
[Argon/Photon2]35_System_Sleep_With_Configuration_Object_Network_Power_State_Consistent_Off
[ Argon/Photon2]Completeness