1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

board/microbit: increase testtimeout for emulated testing

This commit is contained in:
Karl Fessel 2022-04-12 11:36:57 +02:00
parent 4a9130259a
commit 449cd2c7fa

View File

@ -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