Add CI timeout to codecov job (#90572)

This commit is contained in:
Franck Nijhof
2023-03-31 12:19:45 +02:00
committed by GitHub
parent b9f0701336
commit b24a5750c3

View File

@@ -1091,6 +1091,7 @@ jobs:
needs:
- info
- pytest
timeout-minutes: 10
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.5.0