Skip to content

Commit

Permalink
test: see if bigger delay fixes the error
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-sunset committed Sep 25, 2024
1 parent e00bfe4 commit c7cc61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DataTestFixtureBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public abstract class DataTestFixtureBase<T> : IAsyncLifetime
where T : ITransport<T>
{
public const int MaxAttemptCount = 100;
public const int DelayInterval = 300;
public const int DelayInterval = 500;
public abstract string IndexName { get; }

public PineconeClient Pinecone { get; private set; } = null!;
Expand Down

0 comments on commit c7cc61a

Please sign in to comment.