Skip to content

Commit

Permalink
increased network reset timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Jul 13, 2015
1 parent bc9687e commit 778e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/inc/system_network_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

enum eWanTimings
{
CONNECT_TO_ADDRESS_MAX = S2M(10),
CONNECT_TO_ADDRESS_MAX = S2M(30),
DISCONNECT_TO_RECONNECT = S2M(2),
};

Expand Down

0 comments on commit 778e748

Please sign in to comment.