Skip to content

Commit

Permalink
Test occasionally times out in pipeline, increasing timeout. (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
manodasanW authored Jun 14, 2021
1 parent 1975832 commit 0bc7f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tests/UnitTest/TestComponentCSharp_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ async Task LookupPorts()
[Fact]
public void TestReadOnlyDictionaryLookup()
{
Assert.True(LookupPorts().Wait(1000));
Assert.True(LookupPorts().Wait(5000));
}

#if NET5_0
Expand Down

0 comments on commit 0bc7f16

Please sign in to comment.