Skip to content

Commit 1afc57b

Browse files
committed
Attempt increasing timeout
1 parent fbe8530 commit 1afc57b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/.hatch-run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: actions/setup-python@v5
4343
with:
4444
python-version: ${{ matrix.python-version }}
45+
cache: "pip"
4546
- name: Install Python Dependencies
4647
run: pip install hatch
4748
- name: Run Scripts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ asyncio_mode = "auto"
124124
asyncio_default_fixture_loop_scope = "session"
125125
asyncio_default_test_loop_scope = "session"
126126
log_cli_level = "INFO"
127-
timeout = 60
127+
timeout = 120
128128

129129
#######################################
130130
# >>> Hatch Documentation Scripts <<< #

0 commit comments

Comments
 (0)