Skip to content

Commit

Permalink
removing unneeded 200 millisecond timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed May 6, 2024
1 parent 4fee541 commit cac45a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dependency/consul_peering_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ func TestListPeeringsQuery_Fetch(t *testing.T) {
// create another peer
err = testClients.createConsulPeerings(tenancy)
require.NoError(t, err)
time.Sleep(200 * time.Millisecond)


Check failure on line 122 in dependency/consul_peering_test.go

View workflow job for this annotation

GitHub Actions / Run linters

File is not `gofmt`-ed with `-s` (gofmt)
select {
case err := <-errCh:
if err != ErrStopped {
Expand Down

0 comments on commit cac45a6

Please sign in to comment.