Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit b20fd50

Browse files
authored
Merge pull request ARMmbed#7910 from AriParkkila/cell-test-attach
Cellular: Fix Greentea test for network attach
2 parents eb3cbb8 + ce84209 commit b20fd50

File tree

1 file changed

+1
-0
lines changed
  • features/cellular/TESTS/api/cellular_network

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ static void test_network_registration()
184184

185185
static void test_attach()
186186
{
187+
wait(10);
187188
TEST_ASSERT(nw->set_attach() == NSAPI_ERROR_OK);
188189

189190
CellularNetwork::AttachStatus status;

0 commit comments

Comments
 (0)