source: mod_gnutls/debian/patches/test-setup.patch @ 2db6923

debian/masterdebian/stretch-backportsjessie-backports
Last change on this file since 2db6923 was 2db6923, checked in by Daniel Kahn Gillmor <dkg@…>, 8 years ago

refresh patches with gbp pq

  • Property mode set to 100644
File size: 850 bytes
  • t/Makefile

    From: Jurica Stanojkovic <Jurica.Stanojkovic@imgtec.com>
    Date: Wed, 29 Oct 2014 13:55:56 +0000
    Subject: FTBFS on many architectures, test suite errors
    
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750857
    
    Use ip6-loopback for TEST_IP and increment the timeout values so the tests
    won't fail on slow build machines.
    ---
     t/Makefile | 6 +++---
     1 file changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/t/Makefile b/t/Makefile
    index c7e7e2c..4c39bac 100644
    a b  
    66# simple configuration choices.
    77
    88export TEST_HOST ?= localhost
    9 export TEST_IP ?= ::1
     9export TEST_IP ?= ip6-loopback
    1010# chosen at random:
    1111export TEST_PORT ?= 9932
    1212export MSVA_PORT ?= 9933
    1313
    14 export TEST_GAP ?= 1.5
    15 export TEST_QUERY_DELAY ?= 2
     14export TEST_GAP ?= 4
     15export TEST_QUERY_DELAY ?= 5
    1616
    1717all: setup.done
    1818        ./runtests
Note: See TracBrowser for help on using the repository browser.