Skip to content

Commit

Permalink
Added seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc committed Oct 9, 2023
1 parent e87144f commit 355ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cornflow-dags/DAG/run_deployed_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run_examples(**kwargs):

instance_id = response["id"]

config = {"timeLimit": 60, "msg": True}
config = {"timeLimit": 60, "msg": True, "seconds": 60}

try:
response = cf_client.create_execution(
Expand Down

0 comments on commit 355ecdb

Please sign in to comment.