Skip to content

Commit

Permalink
Merge pull request #578 from NethermindEth/codecov_fix
Browse files Browse the repository at this point in the history
adding travis_wait for Ethereum.Blockchain tests
  • Loading branch information
tkstanczak authored Jun 28, 2019
2 parents f7f8777 + a478b9b commit f80da4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
name: "Ethereum.Basic.Test"
- script: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Nethermind.HashLib]*" src/Nethermind/Ethereum.Blockchain.Block.Test
name: "Ethereum.Blockchain.Block.Test"
- script: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Nethermind.HashLib]*" src/Nethermind/Ethereum.Blockchain.Test
- script: travis_wait 20 dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Nethermind.HashLib]*" src/Nethermind/Ethereum.Blockchain.Test
name: "Ethereum.Blockchain.Test"
- script: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Nethermind.HashLib]*" src/Nethermind/Ethereum.Difficulty.Test
name: "Ethereum.Difficulty.Test"
Expand Down

0 comments on commit f80da4b

Please sign in to comment.