Skip to content

Commit

Permalink
Bumping up signing attempts limit to 5 to give more time for computation
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Sep 12, 2023
1 parent a777607 commit 33bffcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tbtc/signing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func setupSigningExecutor(t *testing.T) *signingExecutor {

// Test block counter is much quicker than the real world one.
// Set more attempts to give more time for computations.
executor.signingAttemptsLimit *= 3
executor.signingAttemptsLimit *= 5

return executor
}

0 comments on commit 33bffcd

Please sign in to comment.