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

tests/malloc: increase test timeout for very large mems

This commit is contained in:
Alexandre Abadie 2021-12-17 10:34:04 +01:00
parent 2191859dff
commit d645ea89e9
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -11,7 +11,7 @@ from testrunner import run
# For BOARD's with large amount of RAM allocating all chunks takes longer
# than 10s
ALLOCATION_TIMEOUT = 20
ALLOCATION_TIMEOUT = 30
FREE_TIMEOUT = ALLOCATION_TIMEOUT