From: Jakub Ružička Date: Thu, 13 Apr 2023 18:06:55 +0000 (+0200) Subject: Increase tests timeout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132b3493bd7757c4b6ea2ed6a3ffe6e93d96862e;p=thirdparty%2Fbird.git Increase tests timeout Tests may take longer than 5 s to complete on slow/virtual machines. --- diff --git a/test/birdtest.h b/test/birdtest.h index ad5f8f9cf..cfeebb987 100644 --- a/test/birdtest.h +++ b/test/birdtest.h @@ -40,7 +40,7 @@ static inline u64 bt_random(void) void bt_log_suite_result(int result, const char *fmt, ...); void bt_log_suite_case_result(int result, const char *fmt, ...); -#define BT_TIMEOUT 5 /* Default timeout in seconds */ +#define BT_TIMEOUT 60 /* Default timeout in seconds */ #define BT_FORKING 1 /* Forking is enabled in default */ #define BT_RANDOM_SEED 0x5097d2bb