0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-21 21:05:21 +00:00

Build test default timeout raised to allow for tests on slow virtual machines

This commit is contained in:
Maria Matejka 2022-02-04 16:47:39 +01:00
parent 5a65ae45e5
commit c9aa53eaf5

View File

@ -39,7 +39,7 @@ static inline u64 bt_random(void)
void bt_log_suite_result(int result, const char *fmt, ...); void bt_log_suite_result(int result, const char *fmt, ...);
void bt_log_suite_case_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_FORKING 1 /* Forking is enabled in default */
#define BT_RANDOM_SEED 0x5097d2bb #define BT_RANDOM_SEED 0x5097d2bb