aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gamin
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-04-11 01:36:26 +0800
committermarcus <marcus@FreeBSD.org>2005-04-11 01:36:26 +0800
commit2cd9347f3370734b5352855750585578b609d030 (patch)
treed8dcd8fc986f51a0f26fcc1b5a4252594b56c30d /devel/gamin
parent0aea459e322e1456e0335cd3aab8dd95def52cfe (diff)
downloadfreebsd-ports-gnome-2cd9347f3370734b5352855750585578b609d030.tar.gz
freebsd-ports-gnome-2cd9347f3370734b5352855750585578b609d030.tar.zst
freebsd-ports-gnome-2cd9347f3370734b5352855750585578b609d030.zip
Add a patch forgotten in the previous commit.
Diffstat (limited to 'devel/gamin')
-rw-r--r--devel/gamin/files/patch-tests_testing.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gamin/files/patch-tests_testing.c b/devel/gamin/files/patch-tests_testing.c
new file mode 100644
index 000000000000..0fde0c7e1fe7
--- /dev/null
+++ b/devel/gamin/files/patch-tests_testing.c
@@ -0,0 +1,14 @@
+--- tests/testing.c.orig Fri Apr 8 15:09:45 2005
++++ tests/testing.c Fri Apr 8 15:09:57 2005
+@@ -424,9 +424,9 @@
+ return (-1);
+ }
+ /*
+- * wait at most 3 secs before declaring failure
++ * wait at most 7 secs before declaring failure
+ */
+- while ((delay < 30) && (testState.nb_events < nb_events + count)) {
++ while ((delay < 70) && (testState.nb_events < nb_events + count)) {
+ debugLoop(100);
+
+ /* printf("+"); fflush(stdout); */