Skip to content

Commit

Permalink
Merge pull request #307 from makaveli10/fix_docker_tensorrt
Browse files Browse the repository at this point in the history
Set docker tesnorrt job timeout to 60 mins
  • Loading branch information
makaveli10 authored Dec 18, 2024
2 parents 19c05c8 + 7bcd8b9 commit 18de63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

build-and-push-docker-tensorrt:
needs: [run-tests, check-code-format]
timeout-minutes: 20
timeout-minutes: 60
runs-on: ubuntu-22.04
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
steps:
Expand Down

0 comments on commit 18de63c

Please sign in to comment.