Update SpeedtestHandler.cs

pull/909/head
2dust 2020-06-30 16:41:31 +08:00
parent a799420d0f
commit 088d2e6834
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ namespace v2rayN.Handler
_updateFunc(testCounter, args.GetException().Message);
};
var timeout = 12;
var timeout = 10;
foreach (int itemIndex in _selecteds)
{
if (itemIndex >= _config.vmess.Count)