Specify travis_wait
This commit is contained in:
parent
029146566e
commit
552d9f0215
@ -12,7 +12,7 @@ matrix:
|
|||||||
- git checkout $TRAVIS_BRANCH
|
- git checkout $TRAVIS_BRANCH
|
||||||
- git reset --hard $TRAVIS_COMMIT
|
- git reset --hard $TRAVIS_COMMIT
|
||||||
script:
|
script:
|
||||||
- "cd test && python3 -m nose --rednose --verbose"
|
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"
|
||||||
env:
|
env:
|
||||||
PQCLEAN_ONLY_DIFF: 1
|
PQCLEAN_ONLY_DIFF: 1
|
||||||
addons:
|
addons:
|
||||||
@ -41,7 +41,7 @@ matrix:
|
|||||||
- ln -s /usr/local/bin/gcc-8 /usr/local/bin/gcc
|
- ln -s /usr/local/bin/gcc-8 /usr/local/bin/gcc
|
||||||
- gcc --version
|
- gcc --version
|
||||||
script:
|
script:
|
||||||
- "cd test && python3 -m nose --rednose --verbose"
|
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"
|
||||||
|
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
|
Loading…
Reference in New Issue
Block a user