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 190cd98 + 228f7e8 commit 81b2768Copy full SHA for 81b2768
features/cellular/TESTS/cellular/cellular_all/network.cpp
@@ -71,6 +71,7 @@ static bool wait_register()
71
72
void test_attach()
73
{
74
+ cellularDevice.set_timeout(120*1000); // 120 second timeout for at commands after power is up. It might take time to register, attach and connect
75
tr_info("Register to network.");
76
TEST_ASSERT(wait_register());
77
tr_info("Attach to network.");
0 commit comments