-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
tests: net: set reasonable timeout on various testcases #23
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This test has been slowing daily tests for no good reason, timeout of 10800 is way too high. Signed-off-by: Anas Nashif <[email protected]>
nashif
added
the
In progress
For PRs: is work in progress and should not be merged yet. For issues: Is being worked on
label
May 1, 2017
Signed-off-by: Anas Nashif <[email protected]>
nashif
changed the title
tests: net: set reasonable timeout on dns test
tests: net: set reasonable timeout on various testcases
May 1, 2017
jhedberg
approved these changes
May 1, 2017
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.
Looks fine to me
nashif
removed
the
In progress
For PRs: is work in progress and should not be merged yet. For issues: Is being worked on
label
May 1, 2017
nagineni
pushed a commit
to nagineni/zephyr
that referenced
this pull request
Nov 20, 2017
[BLE] Implements onSubscribe and updateValue callback
rettichschnidi
added a commit
to rettichschnidi/zephyr
that referenced
this pull request
Mar 6, 2018
According to STM32-E407.pdf (Revision I, June 2017), CON1 RST is connected to processor pin zephyrproject-rtos#25, not zephyrproject-rtos#23. Signed-off-by: Reto Schneider <[email protected]>
galak
pushed a commit
that referenced
this pull request
Mar 6, 2018
According to STM32-E407.pdf (Revision I, June 2017), CON1 RST is connected to processor pin #25, not #23. Signed-off-by: Reto Schneider <[email protected]>
frasa
pushed a commit
to blik-GmbH/zephyr
that referenced
this pull request
Mar 25, 2019
feat: ci: add gitlint and stylecheck Closes zephyrproject-rtos#19, zephyrproject-rtos#22, and zephyrproject-rtos#23 See merge request blik/embedded/zephyr!26
dcpleung
pushed a commit
to dcpleung/zephyr
that referenced
this pull request
Nov 17, 2019
soc: intel_apl_adsp: setup host windows and send fw ready msg
NickolasLapp
pushed a commit
to NickolasLapp/zephyr
that referenced
this pull request
Oct 19, 2022
…ephyrproject-rtos#23) Adds in callbacks into the lower link layer code for asserting and de-asserting the sync signal code inside of the ISR handling RX radio packets. If it's an audio packet and it's not a re-transmit, toggle the sync signal pin.
LukaszMrugala
pushed a commit
to LukaszMrugala/zephyr
that referenced
this pull request
Jul 3, 2024
…roject-rtos#23) - Script can now tag branches other than main/main-intel. i.e. v2.7-branch-intel, etc. Signed-off-by: Connor Graydon <[email protected]> Signed-off-by: Connor Graydon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A few tests have been slowing daily runs for no good reason, timeout of
10800 is way too high.
Signed-off-by: Anas Nashif [email protected]