summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2023-04-24 19:51:07 +0900
committerKazuki Yamaguchi <k@rhe.jp>2023-04-24 19:51:07 +0900
commitb367f0f560dfb87241bdb285a6514210938c8c8d (patch)
tree0ae41c62406d4a6e9fce9072abf8f7759d3e1ca7
parentf593ead3dba72bdd3cdfc385a73d78812f513806 (diff)
downloadbird-b367f0f560dfb87241bdb285a6514210938c8c8d.tar.gz
Revert "Add patch to increase tests timeout"
This reverts commit 0ed532fc7c17d78eb06db9bc4c52c4580d722fb3.
-rw-r--r--debian/patches/0001-Increase-tests-timeout.patch26
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/0001-Increase-tests-timeout.patch b/debian/patches/0001-Increase-tests-timeout.patch
deleted file mode 100644
index 6a6713b2..00000000
--- a/debian/patches/0001-Increase-tests-timeout.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From c851aa3c9c7060ccc0085a3cdd1975b1a68454f4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= <jakub.ruzicka@nic.cz>
-Date: Tue, 24 Jan 2023 12:54:15 +0100
-Subject: [PATCH] Increase tests timeout
-
-Tests may take longer than 5 s to complete on slow/virtual machines.
----
- test/birdtest.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/birdtest.h b/test/birdtest.h
-index ad5f8f9..cfeebb9 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
---
-2.30.2
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 55e8e570..00000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Increase-tests-timeout.patch