Skip to content

Commit

Permalink
Merge branch 'v6.0' of github.com:ravendb/ravendb into v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arekpalinski committed Jul 2, 2024
2 parents 1762ba9 + 1789196 commit 32de3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SlowTests/Issues/RavenDB-17745.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public RavenDB_17745(ITestOutputHelper output) : base(output)
{
}

private readonly int _readTimeout = 500;
private readonly TimeSpan _delay = TimeSpan.FromSeconds(1);
private readonly int _readTimeout = 5000;
private readonly TimeSpan _delay = TimeSpan.FromSeconds(10);

[RavenTheory(RavenTestCategory.BulkInsert)]
[InlineData(null)]
Expand Down

0 comments on commit 32de3a3

Please sign in to comment.