mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Increase tests timeout
Tests may take longer than 5 s to complete on slow/virtual machines.
This commit is contained in:
parent
f6e421a2d3
commit
cfb65742a4
@ -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