v++
This commit is contained in:
@@ -305,10 +305,6 @@ public abstract class RepositoryServer<D extends Database> {
|
||||
return "Ping";
|
||||
}
|
||||
@Override
|
||||
protected int getTimeout() {
|
||||
return 0;
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
try {
|
||||
super.body();
|
||||
|
||||
@@ -50,7 +50,7 @@ public abstract class TestingClient {
|
||||
}
|
||||
@Override
|
||||
protected int getTimeout() {
|
||||
return 120000;
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
if (!pass.Do()) {
|
||||
|
||||
Reference in New Issue
Block a user