We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c49b04 commit 98e33e4Copy full SHA for 98e33e4
1 file changed
.github/workflows/Tests.yml
@@ -22,5 +22,6 @@ jobs:
22
with:
23
fast: "${{ github.event.pull_request.draft == true }}"
24
exclude: '["testsuite"]'
25
+ timeout-minutes: 120
26
secrets:
27
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments