Merge pull request #13693 from jamesbeyond/fix_LTS

TEST: Extend the kvstore test time out to 120s
pull/13696/head
Anna Bridge 2020-10-01 16:19:23 +01:00 committed by GitHub
commit a466a57ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ utest::v1::status_t greentea_failure_handler(const Case *const source, const fai
// Test setup
utest::v1::status_t test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(60, "default_auto");
GREENTEA_SETUP(120, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}