From ddbd25ee6cc39565e4159f4fcafe7c426650994b Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Fri, 28 Sep 2018 12:44:26 -0700 Subject: [PATCH] wait up to 20 minutes on fossa to find results so we do not fail on no-output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a000c49433..c2ef898df3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,4 +34,4 @@ matrix: - export BINDIR=$(pwd) && curl -H 'Cache-Control:no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | bash script: - ./fossa analyze --config config/fossa.yml # analyze dependencies and upload them (fails when missing api key) - - ./fossa test --config config/fossa.yml # wait for fossa to analyse the upload and fail if it finds issues, to add ignores contact legal@zendesk.com with subject "FOSSA ignore in samson" + - travis_wait 20 ./fossa test --config config/fossa.yml # wait for fossa to analyse the upload and fail if it finds issues, to add ignores contact legal@zendesk.com with subject "FOSSA ignore in samson"