Skip to content

Commit

Permalink
Merge pull request #702 from josephschorr/test-timeout
Browse files Browse the repository at this point in the history
Increase the testing timeout to 30m
  • Loading branch information
josephschorr authored Jul 19, 2022
2 parents 44dc4a3 + 504c213 commit 33e8332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Build & Test"
on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: "authzed/actions/go-test@main"
with:
tags: "ci"

timeout: "30m"
e2e:
name: "E2E"
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 33e8332

Please sign in to comment.