File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -411,25 +411,25 @@ void NetworkConfiguratorClass::setConnectionTimeoutTimer() {
411
411
412
412
#if defined(BOARD_HAS_NB)
413
413
case NetworkAdapter::NB:
414
- timeout = 25000 ; // 25 seconds
414
+ timeout = 30000 ; // 30 seconds
415
415
break ;
416
416
#endif
417
417
418
418
#if defined(BOARD_HAS_GSM)
419
419
case NetworkAdapter::GSM:
420
- timeout = 25000 ; // 25 seconds
420
+ timeout = 30000 ; // 30 seconds
421
421
break ;
422
422
#endif
423
423
424
424
#if defined(BOARD_HAS_CATM1_NBIOT)
425
425
case NetworkAdapter::CATM1:
426
- timeout = 25000 ; // 25 seconds
426
+ timeout = 30000 ; // 30 seconds
427
427
break ;
428
428
#endif
429
429
430
430
#if defined(BOARD_HAS_CELLULAR)
431
431
case NetworkAdapter::CELL:
432
- timeout = 25000 ; // 25 seconds
432
+ timeout = 30000 ; // 30 seconds
433
433
break ;
434
434
#endif
435
435
You can’t perform that action at this time.
0 commit comments