From: hickert Date: Thu, 7 May 2009 08:12:04 +0000 (+0000) Subject: increased timeout for ping request for gosa-si X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7584f662376dfe98140c7b3dc34370c540f59e49;p=gosa.git increased timeout for ping request for gosa-si git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13628 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index cd9f53787..33e841885 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -1192,7 +1192,7 @@ class gosaSupportDaemon { if (tests::is_mac($target)){ /* Get communication object */ - $d= new gosaSupportDaemon(TRUE,0.5); + $d= new gosaSupportDaemon(TRUE,2); $answer= $d->_send("
gosa_ping
GOSA$target
", TRUE); return (count($answer) ? TRUE:FALSE); }