mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 16:04:27 +02:00
increase test timeout
This commit is contained in:
parent
25b19f6ddb
commit
2266fc19be
@ -38,20 +38,20 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
script:
|
script:
|
||||||
- ./configure --everything && make -s -j2
|
- ./configure --everything && make -s -j2
|
||||||
- ./travis/runtests.sh
|
- travis_wait 30 ./travis/runtests.sh
|
||||||
|
|
||||||
- env: TEST_NAME="gcc (make) unbundled"
|
- env: TEST_NAME="gcc (make) unbundled"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script:
|
script:
|
||||||
- sudo apt-get install -qq -y libpcre3-dev libssl-dev libexpat1-dev
|
- sudo apt-get install -qq -y libpcre3-dev libssl-dev libexpat1-dev
|
||||||
- ./configure --everything --unbundled && make -s -j2
|
- ./configure --everything --unbundled && make -s -j2
|
||||||
- ./travis/runtests.sh
|
- travis_wait 30 ./travis/runtests.sh
|
||||||
|
|
||||||
- env: TEST_NAME="clang (make)"
|
- env: TEST_NAME="clang (make)"
|
||||||
compiler: clang
|
compiler: clang
|
||||||
script:
|
script:
|
||||||
- ./configure --everything --config=Linux-clang && make -s -j2
|
- ./configure --everything --config=Linux-clang && make -s -j2
|
||||||
- ./travis/runtests.sh
|
- travis_wait 30 ./travis/runtests.sh
|
||||||
|
|
||||||
#FIXME the -m64 option bring by the Linux config is not supported by arm-linux-gnueabi-g++ which makes this test failing
|
#FIXME the -m64 option bring by the Linux config is not supported by arm-linux-gnueabi-g++ which makes this test failing
|
||||||
#FIXME - env: TEST_NAME="arm-linux-gnueabi- (make)"
|
#FIXME - env: TEST_NAME="arm-linux-gnueabi- (make)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user