feat: set clash delay timeout to 5s

This commit is contained in:
divocat
2025-10-07 00:52:53 +03:00
parent c78f97d64f
commit c8c0025470
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { getClashApiUrl } from '../../helpers';
export async function triggerLatencyGroupTest(
tag: string,
timeout: number = 2000,
timeout: number = 5000,
url: string = 'https://www.gstatic.com/generate_204',
): Promise<IBaseApiResponse<void>> {
return createBaseApiRequest<void>(() =>