Merge pull request #12403 from OpenNuvoton/nuvoton_fpga-ci_i2c

FPGA: Enlarge timeout with mbed_hal_fpga_ci_test_shield-i2c
pull/12431/head
Martin Kojtal 2020-02-13 09:22:42 +00:00 committed by GitHub
commit ba2a1bc120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ Case cases[] = {
utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(15, "default_auto");
GREENTEA_SETUP(30, "default_auto");
return greentea_test_setup_handler(number_of_cases);
}