CI: decrease precheckin and extended test timeouts (#675)

[ROCm/rccl commit: 513bc6912a]
This commit is contained in:
Eiden Yoshida
2023-01-21 19:32:21 -07:00
committed by GitHub
parent 7be2c55b32
commit cc2f0f58dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ def runCI =
def prj = new rocProject('rccl', 'Extended')
prj.timeout.test = 1440
prj.timeout.test = 600
prj.paths.build_command = './install.sh -t '
// Define test architectures, optional rocm version argument is available
+1 -1
View File
@@ -15,7 +15,7 @@ def runCI =
def prj = new rocProject('rccl', 'PreCheckin')
prj.timeout.test = 1440
prj.timeout.test = 300
prj.paths.build_command = './install.sh -t '
// Define test architectures, optional rocm version argument is available