This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 47ec2ff27 ATLAS-4992: Increase CI job timeout (#294) 47ec2ff27 is described below commit 47ec2ff27c0ece928544d2b70f81a925240393b7 Author: Pinal Shah <pinal.s...@freestoneinfotech.com> AuthorDate: Tue Feb 18 00:39:35 2025 +0700 ATLAS-4992: Increase CI job timeout (#294) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 863500bed..5ba6f8f1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ env: jobs: docker-build: runs-on: ubuntu-22.04 - timeout-minutes: 60 + timeout-minutes: 180 steps: - uses: actions/checkout@v4