add comment about travis-wait

This commit is contained in:
Thom Wiggers 2019-04-23 10:40:14 +02:00
rodzic 552d9f0215
commit 1a6f441f36
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 001BB0A7CE26E363

Wyświetl plik

@ -12,6 +12,7 @@ matrix:
- git checkout $TRAVIS_BRANCH - git checkout $TRAVIS_BRANCH
- git reset --hard $TRAVIS_COMMIT - git reset --hard $TRAVIS_COMMIT
script: script:
# Use travis-wait to allow slower tests to run
- "cd test && travis_wait 30 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
@ -41,6 +42,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:
# Use travis-wait to allow slower tests to run
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose" - "cd test && travis_wait 30 python3 -m nose --rednose --verbose"