We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dd2b9 commit 8e9adf8Copy full SHA for 8e9adf8
src/utils/http-helper.ts
@@ -48,7 +48,7 @@ export const ping = async (url: string) => {
48
if (!pingFinished) {
49
// console.log('ping timeout', url);
50
}
51
- }, 2000),
+ }, 5000),
52
),
53
]) as Promise<string | null>;
54
};
0 commit comments