Skip to content

Commit

Permalink
Merge branch 'main' into dev/mandel/method-is-constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Feb 2, 2025
2 parents fec4ab5 + cb1d14b commit e9727cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/xharness/Harness.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,28 +357,28 @@ void PopulateUnitTestProjects ()
Label = TestLabel.Generator,
ProjectPath = Path.GetFullPath (Path.Combine (HarnessConfiguration.RootDirectory, "bgen", "bgen-tests.csproj")),
Name = "BGen tests",
Timeout = (TimeSpan?) null,
Timeout = (TimeSpan?) TimeSpan.FromMinutes (30),
Filter = "",
},
new {
Label = TestLabel.Generator,
ProjectPath = Path.GetFullPath (Path.Combine (HarnessConfiguration.RootDirectory, "rgen", "Microsoft.Macios.Generator.Tests", "Microsoft.Macios.Generator.Tests.csproj")),
Name = "Roslyn Generator tests",
Timeout = (TimeSpan?) null,
Timeout = (TimeSpan?) TimeSpan.FromMinutes (30),
Filter = "",
},
new {
Label = TestLabel.Generator,
ProjectPath = Path.GetFullPath (Path.Combine (HarnessConfiguration.RootDirectory, "rgen", "Microsoft.Macios.Bindings.Analyzer.Tests", "Microsoft.Macios.Bindings.Analyzer.Tests.csproj")),
Name = "Roslyn Analyzer tests",
Timeout = (TimeSpan?) null,
Timeout = (TimeSpan?) TimeSpan.FromMinutes (30),
Filter = "",
},
new {
Label = TestLabel.Generator,
ProjectPath = Path.GetFullPath (Path.Combine (HarnessConfiguration.RootDirectory, "rgen", "Microsoft.Macios.Transformer.Tests", "Microsoft.Macios.Transformer.Tests.csproj")),
Name = "Roslyn Transformer tests",
Timeout = (TimeSpan?) null,
Timeout = (TimeSpan?) TimeSpan.FromMinutes (30),
Filter = "",
},
new {
Expand Down

0 comments on commit e9727cd

Please sign in to comment.