Skip to content

Commit 82e6b2f

Browse files
authored
Merge pull request #10229 from u-blox/cellular_device_test
Cellular: Power ON Wait Increased for C030_U201
2 parents 4950178 + 3d960ac commit 82e6b2f

File tree

1 file changed

+1
-1
lines changed
  • features/cellular/TESTS/api/cellular_device

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ 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-
wait(5);
96+
wait(10);
9797
TEST_ASSERT_EQUAL_INT(device->init(), NSAPI_ERROR_OK);
9898
}
9999

0 commit comments

Comments
 (0)