power on wait increased for C030_U201

pull/10229/head
mudassar-ublox 2019-03-26 17:06:05 +05:00
parent f1e664be82
commit 0ed71541c5
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}