Skip to content
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

Adjust test timeouts #19943

Merged
merged 7 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions samples/event_manager_proxy/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ tests:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
timeout: 20
2 changes: 2 additions & 0 deletions samples/ipc/ipc_service/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ tests:
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
timeout: 20
sample.ipc.ipc_service.nrf54h20dk_cpuapp_cpuppr_icmsg:
platform_allow:
- nrf54h20dk/nrf54h20/cpuapp
Expand All @@ -99,3 +100,4 @@ tests:
extra_args:
- FILE_SUFFIX=cpuppr
- ipc_service_SNIPPET=nordic-ppr
timeout: 20
3 changes: 2 additions & 1 deletion samples/peripheral/lpuart/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ sample:

common:
tags:

- ci_build
- sysbuild
- ci_samples_peripheral_lpuart
timeout: 30

tests:
sample.peripheral.lpuart:
sysbuild: true
Expand Down
1 change: 1 addition & 0 deletions tests/drivers/audio/pdm_loopback/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ common:
harness: ztest
harness_config:
fixture: gpio_loopback
timeout: 20

tests:
drivers.audio.pdm_loopback.nrf54l.1000khz:
Expand Down
1 change: 1 addition & 0 deletions tests/drivers/gpio/egpio_basic_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ common:
harness: ztest
harness_config:
fixture: gpio_loopback
timeout: 30

tests:
drivers.egpio.loopback.icmsg:
Expand Down
3 changes: 2 additions & 1 deletion tests/drivers/lpuart/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
common:
tags:

- lpuart
- sysbuild
- ci_tests_drivers_lpuart
timeout: 30

tests:
lpuart.loopback_busy_sim:
sysbuild: true
Expand Down
1 change: 1 addition & 0 deletions tests/drivers/pwm/gpio_loopback/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ common:
harness: ztest
harness_config:
fixture: gpio_loopback
timeout: 20

tests:
drivers.pwm.gpio_loopback:
Expand Down