From c14b87b8deb9d42be6ca0f85d66789bc7cdb1c55 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 30 Jul 2017 20:16:55 +0200 Subject: [PATCH] Extend travis timeout to 20m. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 600ee103..2783d9fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: csharp -sudo: false # use the new container-based Travis infrastructure +sudo: false # use the new container-based Travis infrastructure before_install: - chmod +x build.sh @@ -10,10 +10,10 @@ before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start - -script: - - ./build.sh NuGet - + +script: + - travis_wait ./build.sh NuGet + after_script: - mono --debug --profile=log:coverage,covfilter=+OpenTK,covfilter=-OpenTK.Tests,covfilter=-FSharp.Core,covfilter=-FsCheck,covfilter=-xunit.assert "packages/xunit.runner.console/tools/xunit.console.exe" "tests/OpenTK.Tests/bin/Release/OpenTK.Tests.dll" -parallel none - mprof-report --reports=coverage --coverage-out=coverage.xml output.mlpd