Skip to content

Commit

Permalink
Remove agent server timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
unmultimedio committed Aug 2, 2022
1 parent a40dafc commit e25ca0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions private/bufpkg/bufstudioagent/bufstudioagent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import (
"net/http/httptest"
"strconv"
"testing"
"time"

studiov1alpha1 "github.com/bufbuild/buf/private/gen/proto/go/buf/alpha/studio/v1alpha1"
"github.com/bufbuild/connect-go"
Expand Down Expand Up @@ -142,7 +141,6 @@ func testPlainPostHandlerErrors(t *testing.T, upstreamServer *httptest.Server) {
nil,
),
)
agentServer.Client().Timeout = time.Second
defer agentServer.Close()

t.Run("forbidden_header", func(t *testing.T) {
Expand Down

0 comments on commit e25ca0d

Please sign in to comment.