increase CERC_MAX_GENERATE_TIME for webapps (#857)
Publish / Build and publish (push) Failing after 6s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
Publish / Build and publish (push) Failing after 6s
Details
Lint Checks / Run linter (push) Failing after 4s
Details
Deploy Test / Run deploy test suite (push) Failing after 3s
Details
Webapp Test / Run webapp test suite (push) Failing after 3s
Details
Smoke Test / Run basic test suite (push) Failing after 3s
Details
sort of addresses #856 Co-authored-by: zramsay <zach@bluecollarcoding.ca> Co-authored-by: David Boreham <dboreham@noreply.git.vdb.to> Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/857 Co-authored-by: zramsay <zramsay@noreply.git.vdb.to> Co-committed-by: zramsay <zramsay@noreply.git.vdb.to>pull/734/head v1.1.0-1f017c9-202407121901
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