Skip to content

Commit 7adc7e8

Browse files
committed
Increase timeout for mqtt related operations
1 parent 56eaf98 commit 7adc7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mqtt_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
#define HCESIGN_CTX_ID_LENGTH 5
108108

109109
#define SIGN_TIMEOUT_MS 20000
110-
#define MQTT_TIMEOUT_MS 50
110+
#define MQTT_TIMEOUT_MS 200
111111
#define DISCONNECT_TIMEOUT_MS 20000
112112

113113
// Singleton instance

0 commit comments

Comments
 (0)