diff options
| author | Yong He <yonghe@outlook.com> | 2023-08-08 13:55:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-08 13:55:39 -0700 |
| commit | 793a29afc9539f893883b5ad8d88639d63f401e0 (patch) | |
| tree | cc30b6fe8b3a51b0c5b36220f94b42fdb15aedfb /.github | |
| parent | ea1f1653896163d0f3aadc35f7fedf3d8102a71b (diff) | |
Set Full GPU CI timeout to 100 minutes. (#3070)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows-selfhosted.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows-selfhosted.yml b/.github/workflows/windows-selfhosted.yml index b3054f762..7d8d64199 100644 --- a/.github/workflows/windows-selfhosted.yml +++ b/.github/workflows/windows-selfhosted.yml @@ -11,6 +11,8 @@ on: jobs: build: runs-on: [Windows, self-hosted] + timeout-minutes: 100 + strategy: matrix: configuration: ['Release'] |
