increase job timeout

This commit is contained in:
makaveli10
2024-02-19 05:13:03 -05:00
parent 0baa1dc0a6
commit 1147f58225
+1
View File
@@ -103,6 +103,7 @@ jobs:
build-and-push-docker-gpu:
needs: [run-tests, check-code-format]
timeout-minutes: 20
runs-on: ubuntu-22.04
if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main')
steps: