Skip to content

Commit e85704e

Browse files
committed
sys/shell/cmds/gnrc_icmpv6_echo: increase timeout
1 parent 0f63352 commit e85704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sys/shell/cmds/gnrc_icmpv6_echo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#define DEFAULT_DATALEN (sizeof(uint32_t))
5757
#define DEFAULT_ID (0x53)
5858
#define DEFAULT_INTERVAL_USEC (1U * US_PER_SEC)
59-
#define DEFAULT_TIMEOUT_USEC (1U * US_PER_SEC)
59+
#define DEFAULT_TIMEOUT_USEC (3U * US_PER_SEC)
6060

6161
typedef struct {
6262
gnrc_netreg_entry_t netreg;

0 commit comments

Comments
 (0)