Skip to content

Commit 893ebbb

Browse files
committed
increase timeout for Docker and test jobs to 10 minutes
1 parent 914d6fe commit 893ebbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
docker:
1414
runs-on: "ubuntu-latest"
15-
timeout-minutes: 5
15+
timeout-minutes: 10
1616
steps:
1717
- uses: actions/checkout@v5
1818
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version:
2222
- "3.13"
2323
runs-on: ${{ matrix.platform }}
24-
timeout-minutes: 5
24+
timeout-minutes: 10
2525
steps:
2626
- uses: actions/checkout@v5
2727
- name: Set up uv with caching enabled

0 commit comments

Comments
 (0)