Skip to content

Commit

Permalink
Try deflaking tests by giving nipost builder more time
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Sep 27, 2023
1 parent 60f149f commit d7657a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions activation/nipost_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ func buildNIPost(tb testing.TB, postProvider *testPostManager, nipostChallenge t

epoch := layersPerEpoch * layerDuration
poetCfg := PoetConfig{
PhaseShift: epoch / 5,
CycleGap: epoch / 10,
GracePeriod: epoch / 10,
RequestTimeout: epoch / 10,
RequestRetryDelay: epoch / 100,
PhaseShift: epoch / 2,
CycleGap: epoch / 5,
GracePeriod: epoch / 5,
RequestTimeout: epoch / 5,
RequestRetryDelay: epoch / 50,
MaxRequestRetries: 10,
}

Expand Down

0 comments on commit d7657a6

Please sign in to comment.