Skip to content

Commit

Permalink
fix flaky integration test (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv authored Nov 27, 2023
1 parent 41ac11f commit b290541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/services/ocr2/plugins/ccip/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ merge [type=merge left="{}" right="{\\\"%s\\\":$(link_parse), \\\"%s\\\":$(eth_p
require.NoError(t, err)
}

// Commit on both chains to reach Finality
ccipTH.Source.Chain.Commit()
ccipTH.Dest.Chain.Commit()

// create new jobs
jobParams = ccipTH.NewCCIPJobSpecParams(tokenPricesUSDPipeline, newConfigBlock)
jobParams.Version = "v2"
Expand Down

0 comments on commit b290541

Please sign in to comment.