Merge pull request #341 from c1728p9/test_fix

Increase callback test time to fix timeout
Sam Grove 2016-06-14 23:43:43 +01:00 committed by GitHub
commit d09a01148b
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ void test_fparg0() {
// Test setup
utest::v1::status_t test_setup(const size_t number_of_cases) {
GREENTEA_SETUP(5, "default_auto");
GREENTEA_SETUP(10, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}