diff options
author | Maria Matejka <mq@ucw.cz> | 2023-04-14 15:18:18 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-14 15:18:18 +0200 |
commit | 61e64d6a4119c32e0fa1b03285f805e21a00f6ab (patch) | |
tree | 60bf261c10d0260e1e9d9265b10ca5fd33f67e6a /test | |
parent | 0c9e33fa7ae2bf0c0adb94c6ef9a446913ed50b8 (diff) | |
parent | 9e44ace3928a19560058dc713fcbff3a8bad3b3c (diff) |
Merge commit '9e44ace3' into thread-next-iface
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 b8978b3e..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 20 /* 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 |