From: hadaq Date: Tue, 2 Sep 2003 19:54:21 +0000 (+0000) Subject: increased timeout. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b4edc8b747e4bbc82d3e5e87bb0241d74ce4673e;p=daqdata.git increased timeout. -- Benjamin Sailer --- diff --git a/hadaq/worker.c b/hadaq/worker.c index a87cca5..c8baf26 100644 --- a/hadaq/worker.c +++ b/hadaq/worker.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/worker.c,v 6.24 2003-08-27 13:09:03 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/worker.c,v 6.25 2003-09-02 19:54:21 hadaq Exp $"; #define WORKER_NEW_PROTOCOL @@ -264,7 +264,7 @@ int Worker_start(const char *path, char *const argv[]) } #else /* wait until worker opens statShm and reports pid */ - const int timeout = 15; + const int timeout = 60; int workerIsStarted = 0; int i;