Skip to content

Commit

Permalink
Don't run specs in parallel on MacOS
Browse files Browse the repository at this point in the history
Parallel specs may cause large skews in timing-sensitive specs
like for Kernel#sleep.
  • Loading branch information
headius committed Nov 6, 2024
1 parent 5c19a2f commit 2bfd21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
CHECK_LEAKS: true
# Use a larger timeout on macOS since it seems to have less reliable performance
run: ../mspec/bin/mspec -j --timeout 90
run: ../mspec/bin/mspec --timeout 90

- name: Run specs (Windows)
if: matrix.os == 'windows'
Expand Down

0 comments on commit 2bfd21f

Please sign in to comment.