From 7f208729e6ce72df7209df92912f6a2beaee5c52 Mon Sep 17 00:00:00 2001 From: Augustus Chang Date: Tue, 12 Mar 2024 16:08:23 -0400 Subject: [PATCH] modify config --- ops/test_helpers.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ops/test_helpers.go b/ops/test_helpers.go index 8641e1739..0395fec21 100644 --- a/ops/test_helpers.go +++ b/ops/test_helpers.go @@ -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