Skip to content

Commit

Permalink
Merge branch 'main' of github.com:apigee/registry-experimental into b…
Browse files Browse the repository at this point in the history
…igquery-match
  • Loading branch information
timburks committed Jul 24, 2023
2 parents 7fde448 + 591c60a commit 0c97949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/registry-experimental/cmd/bleve/bleve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func TestServer(t *testing.T) {
}()

// Wait for the server to start.
time.Sleep(1 * time.Second) // arbitrary pause
_, err := net.DialTimeout("tcp", "localhost:"+port, 2*time.Second)
if err != nil {
log.Fatalf("Failed to connect to test server: %s", err)
Expand Down

0 comments on commit 0c97949

Please sign in to comment.