Skip to content

Commit

Permalink
inc SKYSCAN_MQ_TIMEOUT_FROM_CLIENTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 2, 2024
1 parent a21c2d8 commit b8dcd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env-vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export EWMS_PILOT_KEEP_ALL_TASK_FILES="True" # don't delete stderr/stdout files

# export SKYSCAN_DEBUG_DIR=debug-pkl-dir -- rely on user value
export SKYSCAN_MQ_TIMEOUT_TO_CLIENTS=${SKYSCAN_MQ_TIMEOUT_TO_CLIENTS:-5}
export SKYSCAN_MQ_TIMEOUT_FROM_CLIENTS=${SKYSCAN_MQ_TIMEOUT_FROM_CLIENTS:-180}
export SKYSCAN_MQ_TIMEOUT_FROM_CLIENTS=${SKYSCAN_MQ_TIMEOUT_FROM_CLIENTS:-600}
# export SKYSCAN_MQ_CLIENT_TIMEOUT_WAIT_FOR_FIRST_MESSAGE=0

export SKYSCAN_DOCKER_IMAGE_TAG=${SKYSCAN_DOCKER_IMAGE_TAG:-"local"}
Expand Down

0 comments on commit b8dcd5f

Please sign in to comment.