Set docker tesnorrt job timeout to 60 mins

Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
This commit is contained in:
makaveli10
2024-12-18 11:19:30 +00:00
parent 19c05c8231
commit 7bcd8b9520
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
build-and-push-docker-tensorrt: build-and-push-docker-tensorrt:
needs: [run-tests, check-code-format] needs: [run-tests, check-code-format]
timeout-minutes: 20 timeout-minutes: 60
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/'))
steps: steps: