Skip to content

Commit

Permalink
chore: bump bat & integration gh action timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Oct 27, 2023
1 parent df3ca66 commit 899c12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
integration:
name: Bats tests
runs-on: ubuntu-latest
timeout-minutes: 18
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Install Nix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
integration:
name: Integration test
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 20
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
Expand Down

0 comments on commit 899c12a

Please sign in to comment.