Skip to content

Commit 68f9196

Browse files
committed
FPGA: Enlarge timeout with mbed_hal_fpga_ci_test_shield-i2c
Meet timeout error on some slow target. Enlarge the timeout configuration.
1 parent d847f9f commit 68f9196

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbed_hal_fpga_ci_test_shield/i2c

1 file changed

+1
-1
lines changed

TESTS/mbed_hal_fpga_ci_test_shield/i2c/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ Case cases[] = {
457457

458458
utest::v1::status_t greentea_test_setup(const size_t number_of_cases)
459459
{
460-
GREENTEA_SETUP(15, "default_auto");
460+
GREENTEA_SETUP(30, "default_auto");
461461
return greentea_test_setup_handler(number_of_cases);
462462
}
463463

0 commit comments

Comments
 (0)