Skip to content

Commit

Permalink
Raise timeout to 4 for @app builds
Browse files Browse the repository at this point in the history
To verify if this leads to less builds failing because
of various JS timeouts happening here and there.
  • Loading branch information
stronk7 committed Jul 10, 2023
1 parent c322c07 commit 3ce1bd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [[ ${target} == "master" ]]; then
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER=chrome \
-p BEHAT_INCREASE_TIMEOUT=3 \
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="@app&&~@performance&&~@local_behatsnapshots&&~@ci_jenkins_skip" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [[ ${target} == "master" ]]; then
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER=chrome \
-p BEHAT_INCREASE_TIMEOUT=3 \
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="@app&&~@performance&&~@local_behatsnapshots&&~@ci_jenkins_skip" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER=chrome \
-p BEHAT_INCREASE_TIMEOUT=3 \
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="${final_tags}" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p DATABASE=pgsql \
-p PHPVERSION=${php_version} \
-p BROWSER=chrome \
-p BEHAT_INCREASE_TIMEOUT=3 \
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="@app&&~@performance&&~@local_behatsnapshots&&~@ci_jenkins_skip" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if [[ "${jobtype}" == "behat-app" ]]; then
-p DATABASE=${dbtype} \
-p PHPVERSION=${php_version} \
-p BROWSER=chrome \
-p BEHAT_INCREASE_TIMEOUT=3 \
-p BEHAT_INCREASE_TIMEOUT=4 \
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p TAGS="${final_tags}" \
Expand Down

0 comments on commit 3ce1bd8

Please sign in to comment.