We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3fa29 commit 7bc59ceCopy full SHA for 7bc59ce
network/robus/src/robus.c
@@ -35,7 +35,7 @@ typedef struct __attribute__((__packed__))
35
};
36
} node_bootstrap_t;
37
38
-#define NETWORK_TIMEOUT 3000 // timeout to detect a failed detection
+#define NETWORK_TIMEOUT 10000 // timeout to detect a failed detection
39
40
static error_return_t Robus_MsgHandler(msg_t *input);
41
static error_return_t Robus_DetectNextNodes(ll_service_t *ll_service);
0 commit comments