Skip to content

Commit

Permalink
Temporarily force timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mdh1418 committed Nov 20, 2024
1 parent 3770074 commit 9a775c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/Loader/binding/tracing/BinderTracingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using System.Linq;
using System.Reflection;
using System.Runtime.Loader;
using System.Threading;

using Xunit;

Expand Down Expand Up @@ -184,6 +185,7 @@ private static bool RunSingleTest(MethodInfo method)
}

Console.WriteLine($"Test {method.Name} finished.");
Thread.Sleep(60000);
return true;
}

Expand Down

0 comments on commit 9a775c2

Please sign in to comment.