Skip to content

Commit

Permalink
✨ Trim default period for CI speed
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Feb 4, 2025
1 parent 5147b56 commit 21b47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylib/iemweb/autoplot/scripts200/p241.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
def get_description():
"""Return a dict describing how to call this plotter"""
desc = {"description": __doc__}
sts = utc() - timedelta(hours=26)
sts = utc() - timedelta(hours=6) # Save some CI time
ets = utc() - timedelta(hours=2)
desc["arguments"] = [
{
Expand Down

0 comments on commit 21b47cb

Please sign in to comment.