Extend travis timeout to 30m.
This commit is contained in:
parent
c14b87b8de
commit
f821690d45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue