-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Make CellularStateMachine timeouts configurable #10053
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
Conversation
@AriParkkila, thank you for your changes. |
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.
Those MACRO checks needs to be revisited
56955aa
to
acbf534
Compare
@AnttiKauppila do you mean that this should be implemented without MACROs? |
acbf534
to
22e193c
Compare
@jarvte @AnttiKauppila changed implementation so that is does not have MACROs. |
CI started |
Test run: FAILEDSummary: 1 of 1 test jobs failed Failed test jobs:
|
22e193c
to
4d28684
Compare
@jarvte please re-review |
CI started |
Test run: FAILEDSummary: 3 of 11 test jobs failed Failed test jobs:
|
restarted CI |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
@AriParkkila This will need a rebase. |
4d28684
to
e0f8b21
Compare
@cmonr this is now rebased and ready for merge. |
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Exporter restarted |
CI job restarted: It's possible this PR might need a full rebuild. Something about the job being in a weird build state. |
Description
Make CellularStateMachine timeouts user configurable, as requested in #9735.
This change depends on PR #9937 (included so please review only the top commit).
Pull request type
Reviewers
@jarvte
Release Notes