Merge pull request #11180 from Tharazi97/atomic_test

tweak atomic_test timeout
pull/11188/head
Anna Bridge 2019-08-15 12:54:48 +01:00 committed by GitHub
commit 42a2c79a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}