From 03edaa6c5262ee732e5bd69a10ae58dac93d90de Mon Sep 17 00:00:00 2001 From: dimkouv Date: Tue, 26 Nov 2024 18:04:02 +0200 Subject: [PATCH] 10x the fee --- deployment/ccip/changeset/test_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ccip/changeset/test_helpers.go b/deployment/ccip/changeset/test_helpers.go index 1018129f542..7682a0d1ed9 100644 --- a/deployment/ccip/changeset/test_helpers.go +++ b/deployment/ccip/changeset/test_helpers.go @@ -403,7 +403,7 @@ func CCIPSendRequest( return nil, 0, errors.Wrap(deployment.MaybeDataErr(err), "failed to get fee") } if msg.FeeToken == common.HexToAddress("0x0") { - e.Chains[src].DeployerKey.Value = fee.Mul(fee, big.NewInt(2)) // 2x fee to prevent flaky tests + e.Chains[src].DeployerKey.Value = fee.Mul(fee, big.NewInt(10)) // 10x the fee to prevent flaky tests defer func() { e.Chains[src].DeployerKey.Value = nil }() } tx, err := r.CcipSend(