We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eaa6d commit 7de6e6bCopy full SHA for 7de6e6b
.github/workflows/test.yaml
@@ -70,7 +70,7 @@ jobs:
70
- name: Build packaging
71
run: mvn -V -ntp clean install -P full -DskipTests
72
- name: Run telnet stop leak test
73
- run: python3 integration-test/telnet-stop-leak/run_telnet_stop_leak_test.py --iterations 10 --warmup 2 --threshold 1 --work-dir integration-test/telnet-stop-leak/work
+ run: python3 integration-test/telnet-stop-leak/run_telnet_stop_leak_test.py --iterations 10 --warmup 2 --threshold 5 --work-dir integration-test/telnet-stop-leak/work
74
- name: Upload artifacts on failure
75
if: failure()
76
uses: actions/upload-artifact@v4
0 commit comments