zephyr/tests/legacy/kernel/test_fp_sharing/microkernel/testcase.ini
Anas Nashif d622b09bc0 samples: tests: remove obsolete KERNEL_TYPE and kernel variables
Remove those from Makefiles and testcase.ini, we now support unified kernel
only and sanitycheck script now knows how to deal with this.

Change-Id: I853ebcadfa7b56a4de5737d95f2ba096babb2e13
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-04 15:47:25 -04:00

16 lines
387 B
INI

[test_x86]
tags = core
platform_whitelist = qemu_x86
slow = true
# One may expect this test to take about two or three minutes to finish
# under normal circumstances. On a heavily loaded machine, extra time
# may be required--hence the 10 minute timeout.
timeout = 600
[test_arm]
tags = core
platform_whitelist = frdm_k64f
slow = true
extra_args = PI_NUM_ITERATIONS=70000
timeout = 600