Skip to content

Commit c9ed84b

Browse files
committed
Slightly increase wait time to account for slow GHA
1 parent 03b00c0 commit c9ed84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Integration/TestConnectionShutdown.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace Test.Integration
4646
public class TestConnectionShutdown : IntegrationFixture
4747
{
4848
// default Connection.Abort() timeout and then some
49-
private readonly TimeSpan _waitSpan = TimeSpan.FromSeconds(6);
49+
private readonly TimeSpan _waitSpan = TimeSpan.FromSeconds(10);
5050

5151
public TestConnectionShutdown(ITestOutputHelper output) : base(output)
5252
{

0 commit comments

Comments
 (0)