Skip to content

Commit ba0a3bd

Browse files
authored
Merge pull request #927 from opsmill/pog-bump-integration-timeout
Raise timeout for integration tests
2 parents bc84821 + c1e7b8a commit ba0a3bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
needs: ["prepare-environment", "files-changed", "yaml-lint", "python-lint"]
325325
runs-on:
326326
group: "huge-runners"
327-
timeout-minutes: 30
327+
timeout-minutes: 40
328328
steps:
329329
- name: "Check out repository code"
330330
uses: "actions/checkout@v6"

0 commit comments

Comments
 (0)