Index: head/stand/libsa/net.c =================================================================== --- head/stand/libsa/net.c +++ head/stand/libsa/net.c @@ -63,7 +63,7 @@ * timeout is hit. */ #ifndef MAXWAIT -#define MAXWAIT 0 /* seconds */ +#define MAXWAIT 300 /* seconds */ #endif #if MAXWAIT < 0