-
Notifications
You must be signed in to change notification settings - Fork 7.7k
boards: up_squared: add timeout multiplier #80377
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
boards: up_squared: add timeout multiplier #80377
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
why does this behave differently on 3.7 branch? |
up2 behaves same as on main but on main it has set timeout_multiplier so we don't see failes
|
does it? looking at https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/up-bridge-the-gap/up_squared/up_squared.yaml it does not have a multiplier |
@arikgreen you need to submit this to main, and label it for backporting by the bot. |
988d76f
to
acee1e1
Compare
To accommodate for some slow tests on up2. For example: tests/arch/x86/info/arch.x86.info.userspace Execution time of this test is close to 55s and sometimes above up to the 60s. Related issue: zephyrproject-rtos#80134 Signed-off-by: Artur Wilczak <arturx.wilczak@intel.com>
acee1e1
to
db0081d
Compare
To accommodate for some slow tests on up2.
For example: tests/arch/x86/info/arch.x86.info.userspace
Execution time of this test is close to 55s and sometimes above up to the 60s.
Fixes #80134