aboutsummaryrefslogtreecommitdiff
path: root/devel/gamin
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-10 17:36:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-10 17:36:26 +0000
commit0429b7bc6019c1f3b331d50b8e6d127f50411b0e (patch)
tree46b49ec57245f87b7139f7b55d6edf6c84a5c76f /devel/gamin
parent83fe564826ea6befb85506cb73443cd0be7e5056 (diff)
downloadports-0429b7bc6019c1f3b331d50b8e6d127f50411b0e.tar.gz
ports-0429b7bc6019c1f3b331d50b8e6d127f50411b0e.zip
Notes
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); */