Skip to content

Commit

Permalink
env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 25, 2024
1 parent c06194f commit 8f8aa9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/launch_scripts/ewms-v1/ewms-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ export POST_REQ=$(
"pilot_config": {
"tag": "${PILOT_TAG:-'latest'}",
"environment": {
"EWMS_PILOT_TASK_TIMEOUT": "3600"
"EWMS_PILOT_INIT_TIMEOUT": "60",
"EWMS_PILOT_TASK_TIMEOUT": "3600",
"EWMS_PILOT_CONTAINER_DEBUG": "True"
},
"input_files": []
},
Expand Down

0 comments on commit 8f8aa9a

Please sign in to comment.