diff --git a/ekm/signer_key_manager_test.go b/ekm/signer_key_manager_test.go index e0379f03c9..df65412157 100644 --- a/ekm/signer_key_manager_test.go +++ b/ekm/signer_key_manager_test.go @@ -833,7 +833,7 @@ func TestConcurrentSlashingProtectionAttData(t *testing.T) { } // Set up concurrency. - const goroutineCount = 100 + const goroutineCount = 1000 var wg sync.WaitGroup errChan := make(chan error, goroutineCount) @@ -888,7 +888,7 @@ func TestConcurrentSlashingProtectionBeaconBlock(t *testing.T) { } // Set up concurrency. - const goroutineCount = 100 + const goroutineCount = 1000 var wg sync.WaitGroup errChan := make(chan error, goroutineCount)