Skip to content

Commit

Permalink
try sleeping before cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Aug 21, 2024
1 parent ba9151b commit 2b493dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinecone/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,7 @@ func TestBuildClientBaseOptionsUnit(t *testing.T) {

// Helper functions:
func (ts *IntegrationTests) deleteIndex(name string) error {
time.Sleep(3 * time.Second)
_, err := WaitUntilIndexReady(ts, context.Background())
require.NoError(ts.T(), err)

Expand Down

0 comments on commit 2b493dd

Please sign in to comment.