1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert accidental timeout change

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-10 13:22:36 -05:00
parent 0432d5040c
commit 986da0968b

View File

@ -643,7 +643,7 @@ export class KubeApi<
clearTimeout(timedRetry);
});
setTimeoutFor(abortController, 60 * 1000);
setTimeoutFor(abortController, 600 * 1000);
const requestParams = timeout ? { query: { timeoutSeconds: timeout }} : {};
const watchUrl = this.getWatchUrl(namespace);