cpu/esp_common: Set RIOT_TEST_TIMEOUT with conditional expansion
This commit is contained in:
parent
56972af3b4
commit
afc0ad4d57
@ -132,11 +132,7 @@ else
|
|||||||
FFLAGS += 0x10000 $(FLASHFILE).bin
|
FFLAGS += 0x10000 $(FLASHFILE).bin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# NOTE: These checks can be turned into normal conditionals when #9913 is fixed
|
||||||
# increase the test timeout for file system tests that use the SPI flash drive
|
# increase the test timeout for file system tests that use the SPI flash drive
|
||||||
ifneq (,$(filter spiffs,$(USEMODULE)))
|
RIOT_TEST_TIMEOUT = $(if $(filter spiffs littlefs,$(USEMODULE)),120)
|
||||||
export RIOT_TEST_TIMEOUT = 120
|
$(call target-export-variables,test,RIOT_TEST_TIMEOUT)
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter littlefs,$(USEMODULE)))
|
|
||||||
export RIOT_TEST_TIMEOUT = 120
|
|
||||||
endif
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user