Skip to content

Commit

Permalink
ci: reset integration action timeout to 15 mins (#3443)
Browse files Browse the repository at this point in the history
The new integration action still comes in at an average of 12 mins.
  • Loading branch information
vindard authored and Siddharth committed Oct 28, 2023
1 parent e796ee1 commit 1cd70af
Showing 1 changed file with 1 addition and 1 deletion.
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: 20
timeout-minutes: 15
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
Expand Down

0 comments on commit 1cd70af

Please sign in to comment.