Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion APSIM.POStats.Portal/Controllers/Api.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Api : ControllerBase
private static object _lock = new();

/// <summary>Final timeout in minutes. Controls how long to wait before finally closing a pull request.</summary>
private const double FINAL_TIMEOUT = 40.0;
private const double FINAL_TIMEOUT = 50.0;

/// <summary>Event handler for finish timer.</summary>
private static void OnCheckIfFinished(Object source, ElapsedEventArgs e)
Expand Down