Skip to content

Commit cbff029

Browse files
chore: readjust the kernel tcp retries2
Ticket: QA-1625 Signed-off-by: Peter Grzybowski <peter@northern.tech>
1 parent 4abda55 commit cbff029

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab-ci-full-integration-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ test:integration:$CI_NODE_INDEX:
5151
# running with high parallelism on a single VM
5252
- sysctl -w fs.inotify.max_user_instances=1024
5353
- sysctl -w fs.file-max=600000
54+
- sysctl -w net.ipv4.tcp_retries2=5
5455
- ulimit -n 524288
5556

5657
script:

tests/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ if test ${CI_NODE_TOTAL:-1} -gt 1; then
143143
fi
144144
export PYTEST_ADDOPTS="$PYTEST_ADDOPTS $PYTEST_NODES"
145145
fi
146+
sysctl -w net.ipv4.tcp_retries2=5
146147
python3 -m pytest \
147148
$EXTRA_TEST_ARGS \
148149
--dist=loadfile \

0 commit comments

Comments
 (0)