Skip to content

Commit

Permalink
Increase timeout value (#4270)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit authored and sergeybykov committed Mar 21, 2018
1 parent 8861f17 commit 70708b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DefaultCluster.Tests/ErrorGrainTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public async Task StressHandlingMultipleDelayedRequests()
}

}
await Task.WhenAll(tasks).WithTimeout(TimeSpan.FromSeconds(15));
await Task.WhenAll(tasks).WithTimeout(TimeSpan.FromSeconds(20));
}

[Fact, TestCategory("BVT"), TestCategory("Functional"), TestCategory("ErrorHandling"), TestCategory("GrainReference")]
Expand Down

0 comments on commit 70708b7

Please sign in to comment.