Commit b66f3b99 authored by ver217's avatar ver217 Committed by Frank Lee
Browse files

increase the timeout limit in CI temporarily

parent 52d05511
...@@ -16,7 +16,7 @@ jobs: ...@@ -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: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment