Skip to content

Commit

Permalink
Adapt timeout for interactive scenarios test to recent expansion
Browse files Browse the repository at this point in the history
Azure Pipelines ran into the previous timeout a few times today.
  • Loading branch information
Viir committed Jan 1, 2024
1 parent da1a174 commit f228f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implement/test-elm-time/ElmInteractiveTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ElmInteractiveTests
private static string PathToKernelScenariosDirectory => @"./../../../../test-and-train/elm-interactive-scenarios-kernel";

[TestMethod]
[Timeout(1000 * 60 * 40)]
[Timeout(1000 * 60 * 50)]
public void TestElmInteractiveScenarios()
{
using var dynamicPGOShare = new Pine.PineVM.DynamicPGOShare();
Expand Down

0 comments on commit f228f0a

Please sign in to comment.