From 9c6f077f345500690d83945f0216a5a9da6999e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arto=20Hyv=C3=A4ttinen?= Date: Fri, 13 Aug 2010 15:11:19 +0300 Subject: [PATCH] Add timeout to 30 secs for password prompting. --- src/urpoprocess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urpoprocess.h b/src/urpoprocess.h index 01a3831..83a4837 100644 --- a/src/urpoprocess.h +++ b/src/urpoprocess.h @@ -192,7 +192,7 @@ protected: private: - static int const DEFAULTTIMEOUT = 20000; + static int const DEFAULTTIMEOUT = 30000; void fail(UrpoError error); -- 1.7.9.5