Skip to content

Commit

Permalink
tests: on_target: increase COAP_CLIENT_STACK_SIZE
Browse files Browse the repository at this point in the history
Increase COAP_CLIENT_STACK_SIZE to prevent overflow on fullmfw fota.
Also, increased uart timeout.

Signed-off-by: Giacomo Dematteis <[email protected]>
  • Loading branch information
DematteisGiacomo committed Oct 17, 2024
1 parent 040df4c commit 4176b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ CONFIG_BUILD_S1_VARIANT=y
CONFIG_COAP_CLIENT_THREAD_PRIORITY=0
CONFIG_COAP_CLIENT_BLOCK_SIZE=1024
CONFIG_COAP_CLIENT_MESSAGE_SIZE=1024
CONFIG_COAP_CLIENT_STACK_SIZE=1792
CONFIG_COAP_CLIENT_STACK_SIZE=2048
CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE=192

# nRF Cloud
Expand Down
2 changes: 1 addition & 1 deletion tests/on_target/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

logger = get_logger()

UART_TIMEOUT = 60 * 15
UART_TIMEOUT = 60 * 30

SEGGER = os.getenv('SEGGER')
UART_ID = os.getenv('UART_ID', SEGGER)
Expand Down

0 comments on commit 4176b0e

Please sign in to comment.