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:
parent
0432d5040c
commit
986da0968b
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user