Control: tags -1 + patch

Hello,

I am sending a new patch for this issue.
Patch that I have sent earlier should be dropped (test-ip.patch).

I have also found that the package is failing to build if a machine on which it 
is being built is slow or under heavy load.
Therefore I have increased TEST_QUERY_DELAY and TEST_GAP timers.

Regards,
Jurica



--- mod-gnutls-0.6.orig/t/Makefile
+++ mod-gnutls-0.6/t/Makefile
@@ -6,13 +6,13 @@
 # simple configuration choices.
 
 export TEST_HOST ?= localhost
-export TEST_IP ?= ::1
+export TEST_IP ?= ip6-loopback
 # chosen at random:
 export TEST_PORT ?= 9932
 export MSVA_PORT ?= 9933
 
-export TEST_GAP ?= 1.5
-export TEST_QUERY_DELAY ?= 2
+export TEST_GAP ?= 4
+export TEST_QUERY_DELAY ?= 5
 
 all: setup.done
 	./runtests

Reply via email to