mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge #17919
17919: board/microbit: increase testtimeout for emulated testing r=benpicco a=kfessel ### Contribution description this increases the timeout for tests run by murdock on emulated microbit (accounting for startup of qemu) ### Testing procedure murdock ### Issues/PRs references #17894 Co-authored-by: Karl Fessel <karl.fessel@ovgu.de>
This commit is contained in:
commit
170dd0300f
@ -14,5 +14,9 @@ ifneq (,$(filter microbit,$(USEMODULE)))
|
||||
INCLUDES += -I$(RIOTBOARD)/common/microbit/include
|
||||
endif
|
||||
|
||||
ifeq (1,$(EMULATE))
|
||||
RIOT_TEST_TIMEOUT ?= 20
|
||||
endif
|
||||
|
||||
# include nrf51 boards common configuration
|
||||
include $(RIOTBOARD)/common/nrf51/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user