increased timeout

This commit is contained in:
Anonymous275
2020-11-16 02:40:09 +02:00
parent b5fd281c8d
commit c71b2a8387
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ std::string GetVer(){
return std::string(Sec("1.70"));
}
std::string GetPatch(){
return std::string(Sec(".2"));
return std::string(Sec(".3"));
}
void ReLaunch(int argc,char*args[]){
std::string Arg;