We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe8530 commit 1afc57bCopy full SHA for 1afc57b
.github/workflows/.hatch-run.yml
@@ -42,6 +42,7 @@ jobs:
42
uses: actions/setup-python@v5
43
with:
44
python-version: ${{ matrix.python-version }}
45
+ cache: "pip"
46
- name: Install Python Dependencies
47
run: pip install hatch
48
- name: Run Scripts
pyproject.toml
@@ -124,7 +124,7 @@ asyncio_mode = "auto"
124
asyncio_default_fixture_loop_scope = "session"
125
asyncio_default_test_loop_scope = "session"
126
log_cli_level = "INFO"
127
-timeout = 60
+timeout = 120
128
129
#######################################
130
# >>> Hatch Documentation Scripts <<< #
0 commit comments