]> granicus.if.org Git - pdns/commitdiff
add timeout for make check in travis
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 6 Jun 2014 09:13:21 +0000 (11:13 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 6 Jun 2014 09:29:27 +0000 (11:29 +0200)
.travis.yml

index e5ada5546f5e3b9ee6b3afbf67598399f1ffdd93..57e871b7970a6b333cad1bd3e23ad33d0f220860 100644 (file)
@@ -34,7 +34,7 @@ script:
  - ./configure --with-modules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb' --enable-unit-tests --enable-remotebackend-http --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11
  - make dist
  - make -j 4
- - travis_retry make -j 4 check # Workaround for remotebackend failures on travis-ci
+ - travis_retry timeout 240s make -j 4 check # Workaround for remotebackend failures on travis-ci
  - make -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$)
  - cd pdns
  - make -j 4 pdns_recursor