Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Mar 12, 2024
1 parent 61379dd commit 7f20872
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ops/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ var TestOCR2Config = OCR2Config{
// Transmitters: txKeys, // user defined
OnchainConfig: "",
OffchainConfig: &OffchainConfig{
DeltaProgressNanoseconds: 8000000000,
DeltaResendNanoseconds: 30000000000,
DeltaRoundNanoseconds: 3000000000,
DeltaGraceNanoseconds: 1000000000,
DeltaStageNanoseconds: 20000000000,
// todo: increase delta round but decrease delta stage
DeltaProgressNanoseconds: 150000000000, // 120s
DeltaResendNanoseconds: 150000000000, // 150s
DeltaRoundNanoseconds: 90000000000, // 90s
DeltaGraceNanoseconds: 5000000000, // 5s
DeltaStageNanoseconds: 30000000000, // 20s
RMax: 5,
S: []int{1, 2},
// OffchainPublicKeys: offChainKeys, // user defined
Expand Down

0 comments on commit 7f20872

Please sign in to comment.