Skip to content

Commit

Permalink
Merge pull request #10613 from filecoin-project/asr/fix-testground
Browse files Browse the repository at this point in the history
fix: build: add CBDeliveryDelay to testground
  • Loading branch information
arajasek committed Apr 5, 2023
2 parents f1f0d90 + 0afd515 commit 9d44c88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/params_testground.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package build

import (
"math/big"
"time"

"github.com/ipfs/go-cid"

Expand Down Expand Up @@ -135,3 +136,7 @@ const BootstrapPeerThreshold = 1
// ChainId defines the chain ID used in the Ethereum JSON-RPC endpoint.
// As per https://github.com/ethereum-lists/chains
const Eip155ChainId = 31415926

// Reducing the delivery delay for equivocation of
// consistent broadcast to just half a second.
var CBDeliveryDelay = 500 * time.Millisecond

0 comments on commit 9d44c88

Please sign in to comment.