From 90a35757df1fb84bc55064470d07e1fee2cbbc11 Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Tue, 23 Apr 2019 13:53:32 +0200 Subject: [PATCH] Increase travis_wait to 60, e.g. for SPHINCS --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8336d199..278ce904 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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