Skip to content

Commit 7de6e6b

Browse files
committed
fix: integration-test
1 parent e1eaa6d commit 7de6e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Build packaging
7171
run: mvn -V -ntp clean install -P full -DskipTests
7272
- 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
73+
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
7474
- name: Upload artifacts on failure
7575
if: failure()
7676
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)