Skip to content

Commit

Permalink
ci: try to speed up the openbsd timeout tests
Browse files Browse the repository at this point in the history
The default is 150s which is a long time to wait, and I need faster
feedback loops.
  • Loading branch information
flavorjones committed May 3, 2024
1 parent ee0daea commit b64e59a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ jobs:
ln -sf /usr/local/bin/ri31 /usr/local/bin/ri
ln -sf /usr/local/bin/syntax_suggest31 /usr/local/bin/syntax_suggest
ln -sf /usr/local/bin/typeprof31 /usr/local/bin/typeprof
sysctl -a net.inet.tcp
sysctl net.inet.tcp.keepinittime=15
sysctl net.inet.tcp.keepintvl=15
sysctl -a net.inet.tcp
run: |
git config --global --add safe.directory /home/runner/work/mini_portile/mini_portile
gem install bundler
Expand Down

0 comments on commit b64e59a

Please sign in to comment.