Skip to content

Commit

Permalink
Update NetworkConnectivity.h
Browse files Browse the repository at this point in the history
Increase the timeout to 10s as same as OTA8 release
  • Loading branch information
karuna2git authored Apr 30, 2024
1 parent 4a6c29f commit 94b3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/NetworkConnectivity.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define CAPTIVEPORTAL_MAX_LEN 512
#define DEFAULT_MONITOR_TIMEOUT 60 // in seconds
#define MONITOR_TIMEOUT_INTERVAL_MIN 5
#define TEST_CONNECTIVITY_DEFAULT_TIMEOUT_MS 5000
#define TEST_CONNECTIVITY_DEFAULT_TIMEOUT_MS 10000
#define DEFAULT_MONITOR_RETRY_COUNT 2

enum nsm_ipversion {
Expand Down

0 comments on commit 94b3018

Please sign in to comment.