forked from cerc-io/stack-orchestrator
increase CERC_MAX_GENERATE_TIME for webapps (#857)
sort of addresses #856 Co-authored-by: zramsay <zach@bluecollarcoding.ca> Co-authored-by: David Boreham <dboreham@noreply.git.vdb.to> Reviewed-on: cerc-io/stack-orchestrator#857 Co-authored-by: zramsay <zramsay@noreply.git.vdb.to> Co-committed-by: zramsay <zramsay@noreply.git.vdb.to>
This commit is contained in:
parent
3b9422095c
commit
1f017c9066
@ -5,7 +5,7 @@ fi
|
||||
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
CERC_MAX_GENERATE_TIME=${CERC_MAX_GENERATE_TIME:-60}
|
||||
CERC_MAX_GENERATE_TIME=${CERC_MAX_GENERATE_TIME:-120}
|
||||
tpid=""
|
||||
|
||||
ctrl_c() {
|
||||
|
Loading…
Reference in New Issue
Block a user