Skip to content

Commit d06319b

Browse files
psumberagretchenfrage
authored andcommitted
Solaris CI: workaround for spurious network issues
1 parent f1fe183 commit d06319b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ jobs:
7878
rustc --version
7979
echo "~~~~ Solaris-version ~~~~"
8080
uname -a
81+
# Workaround for spurious network issues (https://github.com/quinn-rs/quinn/issues/2218)
82+
mkdir ~/.cargo && cat > ~/.cargo/config.toml <<EOF
83+
[http]
84+
timeout = 90
85+
low-speed-limit = 1
86+
EOF
8187
# Unlike others, don't un-ignore stress tests, because they hang on Solaris
8288
run: |
8389
export PATH=$HOME/.rust_solaris/bin:$PATH

0 commit comments

Comments
 (0)