diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-13 11:39:35 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-18 16:33:51 +0200 |
commit | e3e15f36fa54414e497fab1a054c89c6b1cdd1df (patch) | |
tree | 666a5db231aa7ee554036ddf14035eb839b495fa /test | |
parent | c9d18e5ec57d0cb641ba8aee6d71476c4f5d2a73 (diff) |
Longer unit test default timeout to prevent spurious build failures on slow virtuals
Diffstat (limited to 'test')
-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..b8978b3e 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 20 /* Default timeout in seconds */ #define BT_FORKING 1 /* Forking is enabled in default */ #define BT_RANDOM_SEED 0x5097d2bb |