Skip to content

Commit 16c91e9

Browse files
committed
tweak atomic_test timeout
1 parent 431c4c1 commit 16c91e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_platform/atomic/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ void test_atomic_struct()
239239

240240
utest::v1::status_t test_setup(const size_t number_of_cases)
241241
{
242-
GREENTEA_SETUP(30, "default_auto");
242+
GREENTEA_SETUP(60, "default_auto");
243243
return utest::v1::verbose_test_setup_handler(number_of_cases);
244244
}
245245

0 commit comments

Comments
 (0)