mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
chore: adding bluebird promise to release script (#9047)
This commit is contained in:
@@ -148,7 +148,7 @@ const waitOnTests = async (names, packageInfo) => {
|
||||
console.log(`\nWaiting on the following CI jobs: ${jobs.join(', ')}`)
|
||||
|
||||
return Promise.all(jobs.map((job) => {
|
||||
return Promise.resolve(waitForJobToPass(job))
|
||||
return waitForJobToPass(job)
|
||||
.timeout(minutes(60))
|
||||
.then(() => {
|
||||
console.log(`${job} passed`)
|
||||
|
||||
Reference in New Issue
Block a user