mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-25 06:52:46 +00:00
increase the timeout limit in CI temporarily
This commit is contained in:
parent
b4ad1e988a
commit
72a717f4de
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: nvcr.io/nvidia/pytorch:21.07-py3
|
image: nvcr.io/nvidia/pytorch:21.07-py3
|
||||||
options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
||||||
timeout-minutes: 25
|
timeout-minutes: 40
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Environment
|
- name: Setup Environment
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user