Skip to content

Commit 4eca482

Browse files
committed
tests-mbed_drivers-crc: Increase the task stack
1 parent 489bd10 commit 4eca482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_drivers/crc/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void test_thread_safety()
144144
TEST_ASSERT_EQUAL(0, ct.compute_partial_start(&crc));
145145
TEST_ASSERT_EQUAL(0, ct.compute_partial((void *)&test, 4, &crc));
146146

147-
Thread t1(osPriorityNormal1, 320);
147+
Thread t1(osPriorityNormal1, 380);
148148
t1.start(callback(test_thread));
149149
TEST_ASSERT_EQUAL(0, ct.compute_partial((void *)&test[4], 5, &crc));
150150
TEST_ASSERT_EQUAL(0, ct.compute_partial_stop(&crc));

0 commit comments

Comments
 (0)