Skip to content

Commit

Permalink
to
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 14, 2022
1 parent f11018e commit 446644e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.check-diff.outputs.matrix) }}
timeout-minutes: 90
timeout-minutes: 150
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand Down Expand Up @@ -90,6 +90,7 @@ jobs:
id: extras

- name: Prepare environment
timeout-minutes: 30
run: |
bash prepare_env.sh
Expand Down
2 changes: 1 addition & 1 deletion actions/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _install_repo(repo: Dict[str, str], remove_dir: bool = True) -> List[str]:

flags = AssistantCLI._get_flags(repo)
cmds.append("pip install " + " ".join([pip_install] + flags))
cmds.append("pip list")
# cmds.append("pip list")
cmds.append("cd ..")

if remove_dir:
Expand Down
2 changes: 1 addition & 1 deletion configs/Lightning-AI/metrics_torch-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_test:

testing:
# additional pytest arguments
pytest_args: --strict
pytest_args: --timeout=120

runtimes:
- {os: "ubuntu-20.04", python: "3.9"}
Expand Down

0 comments on commit 446644e

Please sign in to comment.