Specify travis_wait

Tento commit je obsažen v:
Thom Wiggers 2019-04-23 09:44:42 +02:00
rodič 029146566e
revize 552d9f0215
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 001BB0A7CE26E363

Zobrazit soubor

@ -12,7 +12,7 @@ matrix:
- git checkout $TRAVIS_BRANCH
- git reset --hard $TRAVIS_COMMIT
script:
- "cd test && python3 -m nose --rednose --verbose"
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"
env:
PQCLEAN_ONLY_DIFF: 1
addons:
@ -41,7 +41,7 @@ matrix:
- ln -s /usr/local/bin/gcc-8 /usr/local/bin/gcc
- gcc --version
script:
- "cd test && python3 -m nose --rednose --verbose"
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"
cache: pip