Skip to content

Commit

Permalink
use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti committed Nov 6, 2024
1 parent c1fb777 commit f43c9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-go/features/incentives/payouts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestBasicPayouts(t *testing.T) {
var fixture fixtures.RestClientFixture
// Make the seed lookback shorter, otherwise we need to wait 320 rounds to become IncentiveEligible.
const lookback = 32
fixture.FasterConsensus(protocol.ConsensusFuture, time.Second, 32)
fixture.FasterConsensus(protocol.ConsensusFuture, time.Second, lookback)
fmt.Printf("lookback is %d\n", lookback)
fixture.Setup(t, filepath.Join("nettemplates", "Payouts.json"))
defer fixture.Shutdown()
Expand Down

0 comments on commit f43c9ef

Please sign in to comment.