FPGA: Enlarge timeout with mbed_hal_fpga_ci_test_shield-i2c

Meet timeout error on some slow target. Enlarge the timeout configuration.
pull/12403/head
Chun-Chieh Li 2020-02-10 17:39:54 +08:00
parent d847f9f164
commit 68f9196b44
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);
}