summaryrefslogtreecommitdiff
path: root/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'params.h')
-rw-r--r--params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/params.h b/params.h
index 74c3db6..3caff86 100644
--- a/params.h
+++ b/params.h
@@ -9,7 +9,7 @@ const char *const gamelogdir = "comp_gamelogs";
const int num_threads = 2;
const int num_matches = 5;
-const int timeout_msec = 60000;
+const int timeout_msec = 5000;
const bool multilog_fancy = true;
const bool referee_verbose = false;