Skip to content

Commit

Permalink
Merge pull request #846 from nodlesh/fix-acapy-timeout-for-start
Browse files Browse the repository at this point in the history
Increase timeout for restarting agents
  • Loading branch information
swcurran authored Jul 2, 2024
2 parents 5f84e7e + b00f54c commit 45a614b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-harness-acapy-afj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
env:
LEDGER_URL_CONFIG: "http://localhost:9000"
TAILS_SERVER_URL_CONFIG: "http://localhost:6543"
START_TIMEOUT: 120
steps:
- name: checkout-test-harness
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ setDockerEnv() {
fi

# variables that have the same variable name as what is being set for the container
declare -a GENERAL_VARIABLES=("DOCKERHOST" "NGROK_NAME" "CONTAINER_NAME" "AIP_CONFIG" "AGENT_CONFIG_FILE" "GENESIS_URL" "GENESIS_FILE")
declare -a GENERAL_VARIABLES=("DOCKERHOST" "NGROK_NAME" "CONTAINER_NAME" "AIP_CONFIG" "AGENT_CONFIG_FILE" "GENESIS_URL" "GENESIS_FILE" "START_TIMEOUT")
for var in "${GENERAL_VARIABLES[@]}"; do
if [[ -n "${!var}" ]]; then
DOCKER_ENV+=" -e ${var}=${!var}"
Expand Down

0 comments on commit 45a614b

Please sign in to comment.