mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Increase tests timeout
Tests may take longer than 5 s to complete on slow/virtual machines.
This commit is contained in:
parent
f881b98d9b
commit
dc139fb643
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user