Skip to content

Commit 3c78452

Browse files
Increase Grpc InteropTests timeout (#60471)
1 parent 5cf08a8 commit 3c78452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grpc/Interop/test/InteropTests/InteropTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace InteropTests;
1111
// Tests are separate methods so that they can be quarantined separately.
1212
public class InteropTests
1313
{
14-
private static readonly TimeSpan DefaultTimeout = TimeSpan.FromSeconds(30);
14+
private static readonly TimeSpan DefaultTimeout = TimeSpan.FromSeconds(60);
1515
private readonly string _clientPath = Path.Combine(Directory.GetCurrentDirectory(), "InteropClient", "InteropClient.dll");
1616
private readonly string _serverPath = Path.Combine(Directory.GetCurrentDirectory(), "InteropWebsite", "InteropWebsite.dll");
1717
private readonly ITestOutputHelper _output;

0 commit comments

Comments
 (0)