Skip to content

Commit 8e9adf8

Browse files
committed
increate timeout
1 parent 47dd2b9 commit 8e9adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/http-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const ping = async (url: string) => {
4848
if (!pingFinished) {
4949
// console.log('ping timeout', url);
5050
}
51-
}, 2000),
51+
}, 5000),
5252
),
5353
]) as Promise<string | null>;
5454
};

0 commit comments

Comments
 (0)