Skip to content

Commit

Permalink
backend: remove timer to wait for connect service to establish connec…
Browse files Browse the repository at this point in the history
…tion to connect cluster
  • Loading branch information
bojand committed Jul 20, 2023
1 parent 32c6c4d commit bdee172
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/pkg/api/handle_kafka_connect_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ func (s *APIIntegrationTestSuite) TestHandleCreateConnector() {
// switch
s.api.ConnectSvc = newConnectSvc

// allow for connect service to establish connection to connect cluster
timer := time.NewTimer(200 * time.Millisecond)
<-timer.C

// reset connect service
defer func() {
s.api.ConnectSvc = oldConnectSvc
Expand Down

0 comments on commit bdee172

Please sign in to comment.