]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
increased timeout.
authorhadaq <hadaq>
Tue, 2 Sep 2003 19:54:21 +0000 (19:54 +0000)
committerhadaq <hadaq>
Tue, 2 Sep 2003 19:54:21 +0000 (19:54 +0000)
-- Benjamin Sailer

hadaq/worker.c

index a87cca59de4c9944c8363c09e734a36214f0ec37..c8baf26259305fdf1604832345dfe66f68eff973 100644 (file)
@@ -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;