Skip to content

Commit

Permalink
Increased number of attempts for signing integration tests (#3725)
Browse files Browse the repository at this point in the history
This PR increases the number of attempts for signing during integration
tests.
The reason for this change are occasional test failures.
  • Loading branch information
lukasz-zimnoch authored Oct 9, 2023
2 parents 742e373 + 6a4f9b6 commit 324f66f
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 *= 5
executor.signingAttemptsLimit *= 8

return executor
}

0 comments on commit 324f66f

Please sign in to comment.