From 03d838644bb19adfde47b0442626fb332d3e9c01 Mon Sep 17 00:00:00 2001 From: Sam Davies Date: Wed, 21 Feb 2024 15:41:13 -0500 Subject: [PATCH] Increase timeouts significantly --- .../ocr2/plugins/llo/integration_test.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/core/services/ocr2/plugins/llo/integration_test.go b/core/services/ocr2/plugins/llo/integration_test.go index ca735a5864d..8fb1d301da2 100644 --- a/core/services/ocr2/plugins/llo/integration_test.go +++ b/core/services/ocr2/plugins/llo/integration_test.go @@ -266,15 +266,15 @@ func setConfig(t *testing.T, steve *bind.TransactOpts, backend *backends.Simulat require.NoError(t, err) signers, _, _, _, offchainConfigVersion, offchainConfig, err := ocr3confighelper.ContractSetConfigArgsForTests( - 2*time.Second, // DeltaProgress - 20*time.Second, // DeltaResend - 400*time.Millisecond, // DeltaInitial - 200*time.Millisecond, // DeltaRound - 100*time.Millisecond, // DeltaGrace - 300*time.Millisecond, // DeltaCertifiedCommitRequest - 1*time.Minute, // DeltaStage - 100, // rMax - []int{len(nodes)}, // S + 2*time.Second, // DeltaProgress + 20*time.Second, // DeltaResend + 400*time.Millisecond, // DeltaInitial + 1000*time.Millisecond, // DeltaRound + 500*time.Millisecond, // DeltaGrace + 300*time.Millisecond, // DeltaCertifiedCommitRequest + 1*time.Minute, // DeltaStage + 100, // rMax + []int{len(nodes)}, // S oracles, reportingPluginConfig, // reportingPluginConfig []byte, 0, // maxDurationQuery