From: Michal Voců Date: Wed, 30 Sep 2009 15:22:31 +0000 (+0000) Subject: shorter timeout for input during performance tests X-Git-Tag: glite-security-gss_R_2_0_1_1~54 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a689d03901deea0ccbbace72d3881382c4770661;p=jra1mw.git shorter timeout for input during performance tests --- diff --git a/org.glite.lb.logger/src/interlogd.h b/org.glite.lb.logger/src/interlogd.h index da3f493..82bfc17 100644 --- a/org.glite.lb.logger/src/interlogd.h +++ b/org.glite.lb.logger/src/interlogd.h @@ -61,8 +61,13 @@ // #define TIMEOUT 5 extern int TIMEOUT; +#ifdef LB_PERF +#define INPUT_TIMEOUT (1) +#define EXIT_TIMEOUT (20) +#else #define INPUT_TIMEOUT (60) #define EXIT_TIMEOUT (1*60) +#endif typedef struct cred_handle { edg_wll_GssCred creds;