uORB tests increase stack sizes

This commit is contained in:
Daniel Agar
2018-09-02 15:08:28 -04:00
parent 1a0472dfab
commit ea73284a1f
3 changed files with 5 additions and 15 deletions
@@ -506,7 +506,7 @@ int uORBTest::UnitTest::test_multi2()
int pubsub_task = px4_task_spawn_cmd("uorb_test_multi",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
1500,
2000,
(px4_main_t)&uORBTest::UnitTest::pub_test_multi2_entry,
args);