Skip to content

Commit

Permalink
Bump Windows on GHA startup delay even more.
Browse files Browse the repository at this point in the history
Ref #39
  • Loading branch information
jaraco committed Apr 24, 2024
1 parent 691819b commit 87c3e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaraco/mongodb/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _startup_timeout(self):
"""
GHA = bool(os.environ.get('GITHUB_ACTIONS'))
platform_multipliers = dict(
Windows=40,
Windows=60,
Darwin=3,
)
multiplier = platform_multipliers.get(platform.system(), 1)
Expand Down

0 comments on commit 87c3e43

Please sign in to comment.