We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4950178 + 3d960ac commit 82e6b2fCopy full SHA for 82e6b2f
features/cellular/TESTS/api/cellular_device/main.cpp
@@ -93,7 +93,7 @@ static void other_methods()
93
TEST_ASSERT(device->get_queue() != NULL);
94
TEST_ASSERT(device->hard_power_on() == NSAPI_ERROR_OK);
95
TEST_ASSERT(device->soft_power_on() == NSAPI_ERROR_OK);
96
- wait(5);
+ wait(10);
97
TEST_ASSERT_EQUAL_INT(device->init(), NSAPI_ERROR_OK);
98
}
99
0 commit comments