We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890ffae commit 6131843Copy full SHA for 6131843
src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.NotebookTests/Utils.cs
@@ -9,7 +9,7 @@ namespace GC.Infrastructure.NotebookTests
9
{
10
internal static class Utils
11
12
- internal const int TIMEOUT = 120_000;
+ internal const int TIMEOUT = 240_000;
13
public static bool CheckDotnetReplInstalled()
14
15
using (Process process = new Process())
0 commit comments