Skip to content

Commit

Permalink
Bump to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Nov 9, 2023
1 parent d5cc014 commit 934a209
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions connect_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ func TestConcurrentStreams(t *testing.T) {
server := memhttptest.NewServer(t, mux)
var done, start sync.WaitGroup
start.Add(1)
for i := 0; i < runtime.GOMAXPROCS(0)*2; i++ {
for i := 0; i < runtime.GOMAXPROCS(0)*8; i++ {
done.Add(1)
go func() {
defer done.Done()
Expand Down Expand Up @@ -511,8 +511,6 @@ func TestConcurrentStreams(t *testing.T) {
}
start.Done()
done.Wait()
t.Error("NUMCPU", runtime.NumCPU())
t.Error("GOMAXPROCS", runtime.GOMAXPROCS(0))
}

func TestHeaderBasic(t *testing.T) {
Expand Down

0 comments on commit 934a209

Please sign in to comment.