Skip to content

Commit 6131843

Browse files
committed
Double the time for running the notebooks
1 parent 890ffae commit 6131843

File tree

1 file changed

+1
-1
lines changed
  • src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.NotebookTests

1 file changed

+1
-1
lines changed

src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.NotebookTests/Utils.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace GC.Infrastructure.NotebookTests
99
{
1010
internal static class Utils
1111
{
12-
internal const int TIMEOUT = 120_000;
12+
internal const int TIMEOUT = 240_000;
1313
public static bool CheckDotnetReplInstalled()
1414
{
1515
using (Process process = new Process())

0 commit comments

Comments
 (0)