Skip to content

Commit

Permalink
test: bump up the delay interval back - too flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-sunset committed Sep 26, 2024
1 parent 8276c3c commit 8cd8b48
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 = 250;
public const int DelayInterval = 300;
public abstract string IndexName { get; }

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

0 comments on commit 8cd8b48

Please sign in to comment.