Skip to content

Commit 7b7b63c

Browse files
committed
increase wait timeout
1 parent 130da89 commit 7b7b63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Reqnroll.VisualStudio.Specs/StepDefinitions/ProjectSystemSteps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ private void PerformCommand(string commandName, string parameter = null,
514514
throw new NotImplementedException(commandName);
515515
}
516516
if (waitForTager)
517-
tagged.WaitOne(TimeSpan.FromSeconds(5)).Should().BeTrue($"{commandName}({parameter}) haven't triggered a text change");
517+
tagged.WaitOne(TimeSpan.FromSeconds(10)).Should().BeTrue($"{commandName}({parameter}) haven't triggered a text change");
518518
}
519519

520520
private StubBufferTagAggregatorFactoryService CreateAggregatorFactory() => new(CreateTaggerProvider());

0 commit comments

Comments
 (0)