Extend travis timeout to 30m.

This commit is contained in:
Jarl Gullberg 2017-07-30 20:58:39 +02:00
parent c14b87b8de
commit f821690d45
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -12,7 +12,7 @@ before_script:
- sleep 3 # give xvfb some time to start
script:
- travis_wait ./build.sh NuGet
- travis_wait 30 ./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