zephyr/tests/kernel
Andy Ross 472b67e124 tests/kernel/smp: Don't wait so long at startup
Sleeping for a full second at startup is needless.  The currently
enabled subsystems on platforms that run this test don't even have any
other threads running at startup, so we're guaranteed the other core
is in idle before we even reach main().  Just a few ms is plenty.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-06-27 08:14:58 -04:00
..
common printk: print %p properly on 32-bit targets 2020-06-27 00:03:58 -04:00
context tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
device tests: adding test cases for device abstraction 2020-06-25 17:02:27 -04:00
early_sleep samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
fatal zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fifo tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
fpu_sharing zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gen_isr_table zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
interrupt zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lifo tests: kernel: lifo_usage: Exclude on qemu_arc_em 2020-06-21 09:47:24 -04:00
mbox tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
mem_heap/mheap_api_concept tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
mem_pool tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
mem_protect tests: added new doxygen tags for memory protection tests 2020-06-23 12:18:30 -04:00
mem_slab tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
mp tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
msgq/msgq_api zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mutex tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
obj_tracing tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
pending tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
pipe Tests: Add and modify testcases for pipe. 2020-06-09 08:13:46 -04:00
poll sys: util: Added separator to FOR_EACH_ macros 2020-06-10 11:58:13 +02:00
profiling/profiling_api zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
queue tests: queue modifying and adding test case 2020-06-24 20:59:52 +02:00
sched tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
semaphore/semaphore tests: kernel: remove ram restrictions 2020-06-09 23:36:16 -04:00
sleep samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
smp tests/kernel/smp: Don't wait so long at startup 2020-06-27 08:14:58 -04:00
spinlock tests: adding test cases of spinlock 2020-06-23 16:14:55 -04:00
stack/stack zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
threads zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tickless tests: kernel: tickless: re-enabled test-suite for Qemu Cortex-M0 2020-06-24 18:04:17 -07:00
timer tests: kernel: timer_api: add timer label for this test 2020-06-24 18:04:17 -07:00
workq zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
xip zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00