mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-18 09:08:42 +00:00
Build test default timeout raised to allow for tests on slow virtual machines
This commit is contained in:
parent
5a65ae45e5
commit
c9aa53eaf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user