contrib/chg/chg.c
changeset 29357 66d41c9e9222
parent 29345 62b890496de5
child 29369 85a18f3c0bdd
--- a/contrib/chg/chg.c	Tue Jun 14 18:14:42 2016 -0700
+++ b/contrib/chg/chg.c	Wed Jun 15 21:36:31 2016 +0100
@@ -250,7 +250,7 @@
 
 	debugmsg("try connect to %s repeatedly", opts->sockname);
 
-	unsigned int timeoutsec = 10;  /* default: 10 seconds */
+	unsigned int timeoutsec = 60;  /* default: 60 seconds */
 	const char *timeoutenv = getenv("CHGTIMEOUT");
 	if (timeoutenv)
 		sscanf(timeoutenv, "%u", &timeoutsec);