summaryrefslogtreecommitdiff
path: root/src/lbtest.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbtest.hh')
-rw-r--r--src/lbtest.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbtest.hh b/src/lbtest.hh
index 1fc7f07..208adaa 100644
--- a/src/lbtest.hh
+++ b/src/lbtest.hh
@@ -41,7 +41,7 @@ public:
public:
LBTest(bool debug) :
_debug(debug),
- _resp_time(5),
+ _resp_time(5*1000),
_state(K_NONE)
{init();}