From 0f143cc3fa9f7138d9ae0d4c13095930df372880 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 18 Sep 2018 00:35:55 +0200 Subject: Set time limit to 5000 for codecup2018 --- params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3