Skip to content

Commit

Permalink
test(DohClientTest): timeout on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Jul 2, 2018
1 parent 51c4050 commit 208027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DohClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void Query_Timeout()
{
var doh = new DohClient
{
Timeout = TimeSpan.FromMilliseconds(100)
Timeout = TimeSpan.FromMilliseconds(1)
};
var query = new Message { RD = true };
query.Questions.Add(new Question { Name = "ipfs-x.io", Type = DnsType.TXT });
Expand Down

0 comments on commit 208027f

Please sign in to comment.