tweak atomic_test timeout

pull/11308/head
int_szyk 2019-08-07 14:33:24 +02:00 committed by adbridge
parent 027007110c
commit 555f86548a
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void test_atomic_add()
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);
}