tweak atomic_test timeout

pull/11180/head
int_szyk 2019-08-07 14:33:24 +02:00
parent 431c4c19ae
commit 16c91e9ab3
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ void test_atomic_struct()
utest::v1::status_t test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(30, "default_auto");
GREENTEA_SETUP(60, "default_auto");
return utest::v1::verbose_test_setup_handler(number_of_cases);
}