Skip to content

Commit

Permalink
update go-ipa and reduce the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Jan 10, 2022
1 parent 13afb02 commit 79fe00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func testGenerateBlockAndImport(t *testing.T, isClique bool) {
// TODO(gballet) the timeout had to be increased from 3s to 7s with verkle
// trees, presumably because calculating an address is orders of magnitude
// slower with perdersen_hash not using the multi-exponentiation.
case <-time.After(7 * time.Second): // Worker needs 1s to include new changes.
case <-time.After(5 * time.Second): // Worker needs 1s to include new changes.
t.Fatalf("timeout")
}
}
Expand Down

0 comments on commit 79fe00f

Please sign in to comment.