Merge pull request #6301 from jarvte/fixing_cellular_gt

Cellular tests: fixed cellular greentea tests by adding timeout as it…
pull/6338/head
Cruz Monrreal 2018-03-12 11:52:34 -05:00 committed by GitHub
commit 81b2768537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ static bool wait_register()
void test_attach()
{
cellularDevice.set_timeout(120*1000); // 120 second timeout for at commands after power is up. It might take time to register, attach and connect
tr_info("Register to network.");
TEST_ASSERT(wait_register());
tr_info("Attach to network.");