Skip to content

Commit

Permalink
Up timeout for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Aug 17, 2023
1 parent 504b4b8 commit 22f4514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
timeout-minutes: 2
timeout-minutes: 5

- name: Run unit tests
run: python3 mepo.d/utest/test_mepo_commands.py -v
timeout-minutes: 2
timeout-minutes: 5

0 comments on commit 22f4514

Please sign in to comment.