Skip to content

Commit

Permalink
increase CERC_MAX_GENERATE_TIME for webapps (#857)
Browse files Browse the repository at this point in the history
sort of addresses #856

Co-authored-by: zramsay <[email protected]>
Co-authored-by: David Boreham <[email protected]>
Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/857
Co-authored-by: zramsay <[email protected]>
Co-committed-by: zramsay <[email protected]>
  • Loading branch information
3 people committed Jul 12, 2024
1 parent 3b94220 commit 1f017c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1f017c9

Please sign in to comment.