Skip to content

Commit

Permalink
increase goroutine count
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshmuelov committed Oct 28, 2024
1 parent 855b03d commit 67138b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ekm/signer_key_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 67138b1

Please sign in to comment.