Skip to content

Commit

Permalink
Double the time for running the notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsharm committed Sep 30, 2024
1 parent 890ffae commit 6131843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace GC.Infrastructure.NotebookTests
{
internal static class Utils
{
internal const int TIMEOUT = 120_000;
internal const int TIMEOUT = 240_000;
public static bool CheckDotnetReplInstalled()
{
using (Process process = new Process())
Expand Down

0 comments on commit 6131843

Please sign in to comment.