tests: benchmarks: increase timeout for app_kernel tests
This test takes a bit longe than specified and fails on a daily basis due to the low timeout specified. Change-Id: Id774c35cb1b0d0dcc5455e4121a8e9e1612baafd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6702686976
commit
6c77313a28
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
tags = legacy benchmark
|
||||
arch_whitelist = x86
|
||||
# On my machine, takes about 110 to run, 180 to be safe
|
||||
timeout = 180
|
||||
timeout = 300
|
||||
slow = True
|
||||
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue