Skip to content

Commit 0ed7154

Browse files
power on wait increased for C030_U201
1 parent f1e664b commit 0ed7154

File tree

1 file changed

+4
-0
lines changed
  • features/cellular/TESTS/api/cellular_device

1 file changed

+4
-0
lines changed

features/cellular/TESTS/api/cellular_device/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ static void other_methods()
9393
TEST_ASSERT(device->get_queue() != NULL);
9494
TEST_ASSERT(device->hard_power_on() == NSAPI_ERROR_OK);
9595
TEST_ASSERT(device->soft_power_on() == NSAPI_ERROR_OK);
96+
#ifdef TARGET_UBLOX_C030_U201
97+
wait(10);
98+
#else
9699
wait(5);
100+
#endif
97101
TEST_ASSERT_EQUAL_INT(device->init(), NSAPI_ERROR_OK);
98102
}
99103

0 commit comments

Comments
 (0)