From b4edc8b747e4bbc82d3e5e87bb0241d74ce4673e Mon Sep 17 00:00:00 2001 From: hadaq Date: Tue, 2 Sep 2003 19:54:21 +0000 Subject: [PATCH] increased timeout. -- Benjamin Sailer --- hadaq/worker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.0