CI: decrease precheckin and extended test timeouts (#675)
[ROCm/rccl commit: 513bc6912a]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user