Add a timeout to the tests/drivers/rtc_api testcase so twister can end properly when running with twister. Signed-off-by: Francois Ramu <francois.ramu@st.com>
15 lines
276 B
YAML
15 lines
276 B
YAML
# Copyright (c) 2022 Bjarki Arge Andreasen
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
tests:
|
|
drivers.rtc.rtc_api:
|
|
tags:
|
|
- drivers
|
|
- rtc
|
|
- api
|
|
filter: dt_alias_exists("rtc")
|
|
depends_on: rtc
|
|
timeout: 100
|
|
platform_exclude:
|
|
- qemu_x86_64
|