Skip to content

Commit 7bc59ce

Browse files
author
JeromeGalan
committed
increase timeout for failed detection on windows
1 parent 5c3fa29 commit 7bc59ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/robus/src/robus.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ typedef struct __attribute__((__packed__))
3535
};
3636
} node_bootstrap_t;
3737

38-
#define NETWORK_TIMEOUT 3000 // timeout to detect a failed detection
38+
#define NETWORK_TIMEOUT 10000 // timeout to detect a failed detection
3939

4040
static error_return_t Robus_MsgHandler(msg_t *input);
4141
static error_return_t Robus_DetectNextNodes(ll_service_t *ll_service);

0 commit comments

Comments
 (0)