Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Fix make test_integration on github actions #1441

Merged
merged 2 commits into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration/governance/governance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,5 +252,5 @@ func TestGovernance(t *testing.T) {
// created by github.com/hyperledger/burrow/vendor/github.com/tendermint/tendermint/consensus.(*ConsensusReactor).AddPeer
// /home/sean/go/src/github.com/hyperledger/burrow/vendor/github.com/tendermint/tendermint/consensus/reactor.go:171 +0x23a

time.Sleep(4 * time.Second)
time.Sleep(20 * time.Second)
}
Loading