File tree 1 file changed +2
-1
lines changed
src/Grpc/Interop/test/InteropTests
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace InteropTests;
11
11
// Tests are separate methods so that they can be quarantined separately.
12
12
public class InteropTests
13
13
{
14
- private static readonly TimeSpan DefaultTimeout = TimeSpan . FromSeconds ( 60 ) ;
14
+ private static readonly TimeSpan DefaultTimeout = TimeSpan . FromSeconds ( 100 ) ;
15
15
private readonly string _clientPath = Path . Combine ( Directory . GetCurrentDirectory ( ) , "InteropClient" , "InteropClient.dll" ) ;
16
16
private readonly string _serverPath = Path . Combine ( Directory . GetCurrentDirectory ( ) , "InteropWebsite" , "InteropWebsite.dll" ) ;
17
17
private readonly ITestOutputHelper _output ;
@@ -22,6 +22,7 @@ public InteropTests(ITestOutputHelper output)
22
22
}
23
23
24
24
[ Fact ]
25
+ [ QuarantinedTest ( "https://github.com/dotnet/aspnetcore/issues/61057" ) ]
25
26
public Task EmptyUnary ( ) => InteropTestCase ( "empty_unary" ) ;
26
27
27
28
[ Fact ]
You can’t perform that action at this time.
0 commit comments