Skip to content

Commit

Permalink
tests: benchmarks: kernel_freq_change: adjust timeout
Browse files Browse the repository at this point in the history
Reduce number of repeats and extend timeout.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks committed Jan 16, 2025
1 parent d899e22 commit 46f505b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/benchmarks/kernel_freq_change/prj.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CONFIG_ZTEST=y
CONFIG_ZTEST_SHUFFLE=y
CONFIG_ZTEST_SUITE_REPEAT_COUNT=1
CONFIG_ZTEST_SHUFFLE_SUITE_REPEAT_COUNT=1
CONFIG_NRFS=y
CONFIG_CLOCK_CONTROL=y
CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG=y
Expand Down
1 change: 1 addition & 0 deletions tests/benchmarks/kernel_freq_change/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ tests:
- nrf54h20dk/nrf54h20/cpurad
integration_platforms:
- nrf54h20dk/nrf54h20/cpuapp
timeout: 120

0 comments on commit 46f505b

Please sign in to comment.