Skip to content

Commit 67e1039

Browse files
committed
Increase CI timeout for nox
The integration tests are **very** slow, so we need to increase the timeout until we can speed them up. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d23581f commit 67e1039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# To speed things up a bit we use the speciall ci_checks_max session
5454
# that uses the same venv to run multiple linting sessions
5555
run: nox -e ci_checks_max pytest_min
56-
timeout-minutes: 10
56+
timeout-minutes: 60
5757

5858
build:
5959
name: Build distribution packages

0 commit comments

Comments
 (0)