Skip to content

Commit

Permalink
[CI] - Increase timeout in multinode test (UCX & MPI) (flexflow#773)
Browse files Browse the repository at this point in the history
* fix

* fix 2

* increase timeout
  • Loading branch information
goliaro committed Jun 16, 2023
1 parent cf6ce58 commit 0f13b90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/multinode-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
if: github.repository_owner == 'flexflow'
runs-on: self-hosted
needs: gpu-ci-concierge
# 10h timeout, instead of default of 360min (6h)
timeout-minutes: 600
container:
image: ghcr.io/flexflow/flexflow-environment-cuda:latest
options: --gpus all --shm-size=8192m
Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
container:
image: ghcr.io/flexflow/flexflow-environment-cuda:latest
options: --gpus all --shm-size=8192m
# 10h timeout, instead of default of 360min (6h)
timeout-minutes: 600
steps:
- name: Install updated git version
run: sudo add-apt-repository ppa:git-core/ppa -y && sudo apt update -y && sudo apt install -y --no-install-recommends git
Expand Down

0 comments on commit 0f13b90

Please sign in to comment.