diff --git a/pkg/tbtc/signing_test.go b/pkg/tbtc/signing_test.go index c8207d2359..3f1a735872 100644 --- a/pkg/tbtc/signing_test.go +++ b/pkg/tbtc/signing_test.go @@ -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 }