Skip to content

Commit b306f2d

Browse files
authored
Merge pull request #10422 from Frauschi/socat
Make socat tests less flaky
2 parents 8c74977 + bca5610 commit b306f2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/socat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
matrix:
4949
include:
5050
- socat_version: "1.8.0.0"
51-
expect_fail: "36,64,146,216,309,310,386,399,402,403,459,460,467,468,475,478,491,492,528"
51+
expect_fail: "36,64,146,155,156,216,307,309,310,321,386,399,402,403,459,460,467,468,475,478,491,492,528,529"
5252
- socat_version: "1.8.0.3"
53-
expect_fail: "146,386,399,402,459,460,467,468,475,478,491,492,495,528"
53+
expect_fail: "146,155,156,307,321,386,399,402,459,460,467,468,475,478,491,492,495,528,529"
5454
steps:
5555
- name: Checkout wolfSSL CI actions
5656
uses: actions/checkout@v4
@@ -94,4 +94,4 @@ jobs:
9494
run: |
9595
export LD_LIBRARY_PATH=$GITHUB_WORKSPACE/build-dir/lib:$LD_LIBRARY_PATH
9696
export SHELL=/bin/bash
97-
SOCAT=$GITHUB_WORKSPACE/socat-${{ matrix.socat_version }}/socat ./test.sh -t 0.5 --expect-fail ${{ matrix.expect_fail }}
97+
SOCAT=$GITHUB_WORKSPACE/socat-${{ matrix.socat_version }}/socat ./test.sh -t 1.0 --expect-fail ${{ matrix.expect_fail }}

0 commit comments

Comments
 (0)