Increase k8s timeout

pull/353/head
Frostebite 2022-03-07 17:02:28 +00:00
parent c022d6e656
commit 931aa95dc9
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2407,7 +2407,7 @@ class KubernetesStorage {
yield async_wait_until_1.default(() => __awaiter(this, void 0, void 0, function* () {
return (yield this.getPVCPhase(kubeClient, name, namespace)) !== 'Pending';
}), {
timeout: 500000,
timeout: 750000,
intervalBetweenAttempts: 15000,
});
}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -51,7 +51,7 @@ class KubernetesStorage {
return (await this.getPVCPhase(kubeClient, name, namespace)) !== 'Pending';
},
{
timeout: 500000,
timeout: 750000,
intervalBetweenAttempts: 15000,
},
);