Skip to content

Commit

Permalink
Increased a timeout in a test to (for now) fix flakey test in AppVeyored
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanz committed Jul 25, 2016
1 parent 56729c7 commit e7248ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Machine.Specifications.Clr4.Specs
{
public static class Delayed
{
static readonly TimeSpan WaitTimeout = TimeSpan.FromMilliseconds(500);
static readonly TimeSpan WaitTimeout = TimeSpan.FromSeconds(1);

public static Task<string> Echo(string toEcho)
{
Expand Down

0 comments on commit e7248ac

Please sign in to comment.