Skip to content

Commit

Permalink
chore_: increase test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Aug 31, 2024
1 parent e93440e commit 0f059b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _assets/ci/Jenkinsfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pipeline {
env.PKG_URL = "${currentBuild.absoluteUrl}/consoleText"

if (isTestNightlyJob()) {
archiveArtifacts('report_*.xml, test_*.log, exit_code_*.txt, *.coverage.out')
archiveArtifacts('report_*.xml, test_*.log, test-coverage.html, test-coverage.out, coverage/codeclimate.json')
}
if (params.UNIT_TEST_RERUN_FAILS) {
def rerunReports = findFiles(glob: 'report_rerun_fails_*.txt')
Expand Down
4 changes: 2 additions & 2 deletions _assets/scripts/run_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ rm -rf ./**/*.coverage.out

echo -e "${GRN}Testing HEAD:${RST} $(git rev-parse HEAD)"

DEFAULT_TIMEOUT_MINUTES=3
PROTOCOL_TIMEOUT_MINUTES=40
DEFAULT_TIMEOUT_MINUTES=5
PROTOCOL_TIMEOUT_MINUTES=45
if [[ "${UNIT_TEST_PACKAGES}" == *"github.com/status-im/status-go/protocol"* ]]; then
HAS_PROTOCOL_PACKAGE=true
fi
Expand Down

0 comments on commit 0f059b8

Please sign in to comment.