Skip to content

Commit 6f5df1f

Browse files
author
Deepika
committed
Threads test require more time to finish
1 parent a2b5301 commit 6f5df1f

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbedmicro-rtos-mbed/threads

1 file changed

+1
-1
lines changed

TESTS/mbedmicro-rtos-mbed/threads/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ void test_thread_prio() {
656656
}
657657

658658
utest::v1::status_t test_setup(const size_t number_of_cases) {
659-
GREENTEA_SETUP(15, "default_auto");
659+
GREENTEA_SETUP(20, "default_auto");
660660
return verbose_test_setup_handler(number_of_cases);
661661
}
662662

0 commit comments

Comments
 (0)