Skip to content

Commit

Permalink
Increase warm up time
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 19, 2024
1 parent f8140da commit eff62dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectorstores/mongovector/mongovector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func setupTest(t *testing.T, dim int, index string) Store {
err = client.Ping(ctx, nil)
require.NoError(t, err, "failed to ping server")

time.Sleep(5 * time.Second) // Let the container warm up
time.Sleep(10 * time.Second) // Let the container warm up

ctx, cancel = context.WithTimeout(context.Background(), 5*time.Minute)
defer cancel()
Expand Down

0 comments on commit eff62dc

Please sign in to comment.