Fix add comment to release PR with tests status (#2548)
This commit is contained in:
parent
9d4c198140
commit
33cfd21a76
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ async function waitForTestsToFinish(requestVariables) {
|
||||||
.then(response => {
|
.then(response => {
|
||||||
if (response.runByBuildNumber.status === "RUNNING") {
|
if (response.runByBuildNumber.status === "RUNNING") {
|
||||||
setTimeout(async function() {
|
setTimeout(async function() {
|
||||||
resolve(await waitForTestsToFinish(client, requestVariables));
|
resolve(await waitForTestsToFinish(requestVariables));
|
||||||
}, 10000);
|
}, 10000);
|
||||||
} else {
|
} else {
|
||||||
resolve(response.runByBuildNumber);
|
resolve(response.runByBuildNumber);
|
||||||
|
|
Loading…
Reference in a new issue