Skip to content

Commit 3d960ac

Browse files
wait increased for all cases
1 parent 0ed7154 commit 3d960ac

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +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-
#ifdef TARGET_UBLOX_C030_U201
9796
wait(10);
98-
#else
99-
wait(5);
100-
#endif
10197
TEST_ASSERT_EQUAL_INT(device->init(), NSAPI_ERROR_OK);
10298
}
10399

0 commit comments

Comments
 (0)