Skip to content

Commit

Permalink
[xharness] Bump the timeout for the cecil tests. (#19679)
Browse files Browse the repository at this point in the history
It seems it's getting close to 5 minutes for slower bots, once in a while
hitting it, causing unnecessary test failures.
  • Loading branch information
rolfbjarne authored Dec 20, 2023
1 parent 64a5eb9 commit 2eccd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xharness/Jenkins/NUnitTestTasksEnumerable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public IEnumerator<RunTestTask> GetEnumerator ()
TestProject = buildCecilTestsProject,
Platform = TestPlatform.iOS,
TestName = "Cecil-based tests",
Timeout = TimeSpan.FromMinutes (5),
Timeout = TimeSpan.FromMinutes (10),
Ignored = !jenkins.TestSelection.IsEnabled (TestLabel.Cecil) || !jenkins.TestSelection.IsEnabled (PlatformLabel.Dotnet),
};
yield return runCecilTests;
Expand Down

6 comments on commit 2eccd88

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.