mirror of https://github.com/ARMmbed/mbed-os.git
power on wait increased for C030_U201
parent
7efc3eb841
commit
dc1e1b20a3
|
@ -93,7 +93,11 @@ static void other_methods()
|
|||
TEST_ASSERT(device->get_queue() != NULL);
|
||||
TEST_ASSERT(device->hard_power_on() == NSAPI_ERROR_OK);
|
||||
TEST_ASSERT(device->soft_power_on() == NSAPI_ERROR_OK);
|
||||
#ifdef TARGET_UBLOX_C030_U201
|
||||
wait(10);
|
||||
#else
|
||||
wait(5);
|
||||
#endif
|
||||
TEST_ASSERT_EQUAL_INT(device->init(), NSAPI_ERROR_OK);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue