mirror of https://github.com/hpcaitech/ColossalAI
increase the timeout limit in CI temporarily
parent
52d055119b
commit
b66f3b994c
|
@ -16,7 +16,7 @@ jobs:
|
|||
container:
|
||||
image: nvcr.io/nvidia/pytorch:21.07-py3
|
||||
options: --gpus all --rm --ipc=host -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
||||
timeout-minutes: 25
|
||||
timeout-minutes: 40
|
||||
steps:
|
||||
- name: Setup Environment
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue