Skip to content

Commit

Permalink
fix test attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhen1997 committed Aug 9, 2024
1 parent e2332fb commit b45fb5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/internal/features/features_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ func setupAppForEthTx(t *testing.T, operatorContracts OperatorContracts) (app *c

cfg := configtest.NewGeneralConfigSimulated(t, func(c *chainlink.Config, s *chainlink.Secrets) {
c.Database.Listener.FallbackPollInterval = commonconfig.MustNewDuration(100 * time.Millisecond)
depth := uint32(0)
c.EVM[0].FinalityDepth = &depth
})
app = cltest.NewApplicationWithConfigV2AndKeyOnSimulatedBlockchain(t, cfg, b, lggr)
b.Commit()
Expand Down

0 comments on commit b45fb5d

Please sign in to comment.