Skip to content

Commit

Permalink
Try to fix Windows timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Apr 24, 2024
1 parent 6d4d1dc commit 64537c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:

- if: runner.os == 'windows'
run: |
reg add HKLM\System\CurrentControlSet\Control /v ServicesPipeTimeout /t REG_DWORD /d 300000 /f
Set-Service mongodb -StartupType Automatic
Start-Sleep -Seconds 3
Start-Service -Name MongoDB
- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 64537c8

Please sign in to comment.