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