Set 5s as default timeout for ping (#6271)

This commit is contained in:
Elias Nahum
2022-05-13 11:36:30 -04:00
committed by GitHub
parent e81e98aa02
commit 2c6bd00128
4 changed files with 11 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ type ClientOptions = {
body?: any;
method?: string;
noRetry?: boolean;
timeoutInterval?: number;
};
interface ClientErrorProps extends Error {