diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2023-04-13 20:06:55 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-04-13 20:06:55 +0200 |
commit | dc139fb6438f0864e83a9dc71e7c212c5acaf3ef (patch) | |
tree | 6e29b342c8f8519783685edd28d769b253ec2cb3 /test/birdtest.h | |
parent | f881b98d9b48e7a60c46dffc29009a86dac63233 (diff) |
Increase tests timeout
Tests may take longer than 5 s to complete on slow/virtual machines.
Diffstat (limited to 'test/birdtest.h')
-rw-r--r-- | test/birdtest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/birdtest.h b/test/birdtest.h index ad5f8f9c..cfeebb98 100644 --- a/test/birdtest.h +++ b/test/birdtest.h @@ -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 |