Skip to content

Commit

Permalink
Fixed flakey vrf bhs integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-momin committed Nov 7, 2024
1 parent b1ec4e8 commit 024d696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/vrf/v2/integration_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ func testMultipleConsumersNeedTrustedBHS(
runs, err := app.PipelineORM().GetAllRuns(ctx)
require.NoError(t, err)
t.Log("runs", len(runs))
return len(runs) == 1
return len(runs) >= 1
}, testutils.WaitTimeout(t), time.Second)

mine(t, requestID, subID, uni.backend, db, vrfVersion, testutils.SimulatedChainID)
Expand Down

0 comments on commit 024d696

Please sign in to comment.