Skip to content
Snippets Groups Projects
Verified Commit de36aea0 authored by Konrad Botor's avatar Konrad Botor
Browse files

Gave PostgreSQL in e2e_benchmark job more time to start if GitLab shut it down...

Gave PostgreSQL in e2e_benchmark job more time to start if GitLab shut it down improperly after sync job - ref. #205
parent 9d871774
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!605Resolve "Split sync_e2e_benchmark into two separate jobs"
...@@ -395,6 +395,7 @@ e2e_benchmark: ...@@ -395,6 +395,7 @@ e2e_benchmark:
DATADIR: $DATA_CACHE_HAF_DATADIR DATADIR: $DATA_CACHE_HAF_DATADIR
SHM_DIR: $DATA_CACHE_HAF_SHM_DIR SHM_DIR: $DATA_CACHE_HAF_SHM_DIR
LOG_FILE: $CI_JOB_NAME.log LOG_FILE: $CI_JOB_NAME.log
PGCTLTIMEOUT: 600 # give PostgreSQL more time to start if GitLab shut it down improperly after sync job
command: ["--replay-blockchain", "--stop-replay-at-block=5000000"] command: ["--replay-blockchain", "--stop-replay-at-block=5000000"]
- name: $HIVEMIND_IMAGE - name: $HIVEMIND_IMAGE
alias: hivemind-smoketest # cannot be a variable alias: hivemind-smoketest # cannot be a variable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment