Skip to content

Commit

Permalink
loosen timing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Feb 16, 2023
1 parent 11f7f6a commit c05453a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
test:
timeout-minutes: 40
timeout-minutes: 45
defaults:
run:
shell: bash
Expand All @@ -31,7 +31,7 @@ jobs:
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
BELAY_SLEEP_MULTIPLIER: 3.0
BELAY_SLEEP_MULTIPLIER: 2.5

steps:
- name: Set OS Environment Variables (Windows)
Expand Down

0 comments on commit c05453a

Please sign in to comment.