Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kris701 committed May 11, 2024
1 parent 8ae3305 commit d56a2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlashPlanner/Translators/PDDLToSASTranslator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class PDDLToSASTranslator : ITranslator
/// <summary>
/// Time limit for the translation
/// </summary>
public TimeSpan TimeLimit { get; set; } = TimeSpan.FromMinutes(9999999999);
public TimeSpan TimeLimit { get; set; } = TimeSpan.FromMinutes(30);
/// <summary>
/// Time it took to translate
/// </summary>
Expand Down

0 comments on commit d56a2f4

Please sign in to comment.