ztest: Remove zexpect API test unnecessary timeout
The zexpect API tests included a 15 sec timeout. This is an unnecessarily short timeout and not consistent with the rest of the ztest API tests, which don't include timeouts themselves. Particularly this timeout seems to go off on slower hardware. Remove unnecessary timeout. Fixes https://github.com/zephyrproject-rtos/zephyr/issues/55335. Signed-off-by: Aaron Massey <aaronmassey@google.com>
This commit is contained in:
parent
65eca74032
commit
a9b3627a79
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
common:
|
||||
timeout: 15
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue