shorter timeout for input during performance tests
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 30 Sep 2009 15:22:31 +0000 (15:22 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 30 Sep 2009 15:22:31 +0000 (15:22 +0000)
org.glite.lb.logger/src/interlogd.h

index da3f493..82bfc17 100644 (file)
 
 // #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;