increase timeout waiting for k8s from 50s to 200
parent
ca110bb12f
commit
bbb3dbeb5a
|
|
@ -2441,7 +2441,7 @@ class KubernetesTaskRunner {
|
|||
return true;
|
||||
return false;
|
||||
}), {
|
||||
timeout: 500000,
|
||||
timeout: 2000000,
|
||||
intervalBetweenAttempts: 15000,
|
||||
});
|
||||
return success;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -85,7 +85,7 @@ class KubernetesTaskRunner {
|
|||
return false;
|
||||
},
|
||||
{
|
||||
timeout: 500000,
|
||||
timeout: 2000000,
|
||||
intervalBetweenAttempts: 15000,
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue