diff --git a/nmrp.c b/nmrp.c index 2f79e78..8a8a46f 100644 --- a/nmrp.c +++ b/nmrp.c @@ -497,7 +497,7 @@ int nmrp_do(struct nmrpd_args *args) bool unplugged = true; time_t beg = time_monotonic(); - while (!g_interrupted && (time_monotonic() - beg) < 20) { + while (!g_interrupted && (time_monotonic() - beg) < 60) { if (!ethsock_is_unplugged(sock)) { unplugged = false; break;