From 1a6f441f3686b81fd9c0bbe93f5455776398b393 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 23 Apr 2019 10:40:14 +0200 Subject: [PATCH] add comment about travis-wait --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9b39aa14..8336d199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ matrix: - git checkout $TRAVIS_BRANCH - 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" env: PQCLEAN_ONLY_DIFF: 1 @@ -41,6 +42,7 @@ matrix: - ln -s /usr/local/bin/gcc-8 /usr/local/bin/gcc - gcc --version script: + # Use travis-wait to allow slower tests to run - "cd test && travis_wait 30 python3 -m nose --rednose --verbose"