We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf08a8 commit 3c78452Copy full SHA for 3c78452
src/Grpc/Interop/test/InteropTests/InteropTests.cs
@@ -11,7 +11,7 @@ namespace InteropTests;
11
// Tests are separate methods so that they can be quarantined separately.
12
public class InteropTests
13
{
14
- private static readonly TimeSpan DefaultTimeout = TimeSpan.FromSeconds(30);
+ private static readonly TimeSpan DefaultTimeout = TimeSpan.FromSeconds(60);
15
private readonly string _clientPath = Path.Combine(Directory.GetCurrentDirectory(), "InteropClient", "InteropClient.dll");
16
private readonly string _serverPath = Path.Combine(Directory.GetCurrentDirectory(), "InteropWebsite", "InteropWebsite.dll");
17
private readonly ITestOutputHelper _output;
0 commit comments