diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-04 16:47:39 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-04 16:47:39 +0100 |
commit | c9aa53eaf5d10b37c6f056b6aec156c60ef91b9c (patch) | |
tree | 36bb70eeeac42992e11a459c667cc5645aa10ba6 | |
parent | 5a65ae45e5da06b9e7c6a690aa7c4afdd08dca6c (diff) |
Build test default timeout raised to allow for tests on slow virtual machines
-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 caec529b..23557122 100644 --- a/test/birdtest.h +++ b/test/birdtest.h @@ -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 |