From c9aa53eaf5d10b37c6f056b6aec156c60ef91b9c Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Fri, 4 Feb 2022 16:47:39 +0100 Subject: [PATCH] Build test default timeout raised to allow for tests on slow virtual machines --- test/birdtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/birdtest.h b/test/birdtest.h index caec529b..23557122 100644 --- a/test/birdtest.h +++ b/test/birdtest.h @@ -39,7 +39,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 30 /* Default timeout in seconds */ #define BT_FORKING 1 /* Forking is enabled in default */ #define BT_RANDOM_SEED 0x5097d2bb