power on wait increased for C030_U201

pull/10326/head
mudassar-ublox 2019-03-26 17:06:05 +05:00 committed by Martin Kojtal
parent 7efc3eb841
commit dc1e1b20a3
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);
}