zephyr/tests
Sjors Hettinga 1be1b472cd net: tcp: Extend TCP receive queue timeout
After several fixes of the re-ordering logic in TCP, the receive queue
works as intended and cleans itself up properly. Previously the default
timeout was 100 ms, which pretty much disables it for real applications.

Increase the timeout to 2 seconds to actually enable it for in practice.
This should help pass much more of the Maxwell Pro tests.

This is the first step before removing the timeout completely.

Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>
2023-01-10 09:26:28 +01:00
..
application_development yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
arch yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
benchmarks yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
bluetooth Bluetooth: Audio: Add missing codec debug Kconfig 2023-01-09 15:27:28 +00:00
boards yamllint: fix all yamllint comments errors 2023-01-04 01:16:45 +09:00
boot yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
cmake yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
crypto Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00
drivers tests: drivers: uart: uart_mix_fifo_poll: Add dependency 2023-01-09 19:21:48 +01:00
kernel yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
lib tests: libc: Fix "unused" type of warnings 2023-01-05 08:00:09 -05:00
misc tests: misc: iterable_sections: add const specifier for ROM data 2022-10-12 18:42:28 +02:00
net net: tcp: Extend TCP receive queue timeout 2023-01-10 09:26:28 +01:00
posix tests: posix: common: avoid direct pthread_attr_t field access 2023-01-10 09:02:21 +09:00
subsys Revert "test: log_output: Exclude qemu_arc_hs5x" 2023-01-10 09:24:08 +01:00
unit test: unit: util: add BIT_MASK macros tests 2023-01-10 09:23:14 +01:00
ztest Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00