Browse Source

Increase travis_wait to 60, e.g. for SPHINCS

master
Joost Rijneveld 5 years ago
parent
commit
90a35757df
No known key found for this signature in database GPG Key ID: A4FE39CF49CBC553
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -13,7 +13,7 @@ matrix:
- git reset --hard $TRAVIS_COMMIT
script:
# Use travis-wait to allow slower tests to run
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"
- "cd test && travis_wait 60 python3 -m nose --rednose --verbose"
env:
PQCLEAN_ONLY_DIFF: 1
addons:
@@ -43,7 +43,7 @@ matrix:
- gcc --version
script:
# Use travis-wait to allow slower tests to run
- "cd test && travis_wait 30 python3 -m nose --rednose --verbose"
- "cd test && travis_wait 60 python3 -m nose --rednose --verbose"


cache: pip


Loading…
Cancel
Save