We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fe183 commit d06319bCopy full SHA for d06319b
.github/workflows/rust.yml
@@ -78,6 +78,12 @@ jobs:
78
rustc --version
79
echo "~~~~ Solaris-version ~~~~"
80
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
87
# Unlike others, don't un-ignore stress tests, because they hang on Solaris
88
run: |
89
export PATH=$HOME/.rust_solaris/bin:$PATH
0 commit comments