Skip to content

Commit 2eb73ab

Browse files
committed
increase startup time
1 parent 97bc179 commit 2eb73ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/modem/modem_cellular.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2641,7 +2641,7 @@ MODEM_CHAT_SCRIPT_DEFINE(sqn_gm02s_periodic_chat_script,
26412641
(user_pipe_0, 3), \
26422642
(user_pipe_1, 4)) \
26432643
\
2644-
MODEM_CELLULAR_DEFINE_INSTANCE(inst, 500, 100, 15000, 5000, false, \
2644+
MODEM_CELLULAR_DEFINE_INSTANCE(inst, 500, 100, 20000, 5000, false, \
26452645
NULL, \
26462646
&simcom_a76xx_init_chat_script, \
26472647
&simcom_a76xx_dial_chat_script, \

0 commit comments

Comments
 (0)