Skip to content

Commit 5174681

Browse files
committed
MCU8MASS-1170 Increase timeout to 10 minutes max
1 parent 8b7cc68 commit 5174681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lte.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class LteClass {
3838
*
3939
* @return True if initialization was successful and connection was made.
4040
*/
41-
bool begin(const uint32_t timeout_ms = 240000,
41+
bool begin(const uint32_t timeout_ms = 600000,
4242
const bool print_messages = true);
4343

4444
/**

0 commit comments

Comments
 (0)