Relaxed how many runs for rmi delayed invocation test

This commit is contained in:
nathan 2020-05-07 22:08:21 +02:00
parent 2447a6d8a7
commit 5810833f7b

View File

@ -133,7 +133,7 @@ class RmiDelayedInvocationTest extends BaseTest {
void created(final TestObject remoteObject) { void created(final TestObject remoteObject) {
// MUST run on a separate thread because remote object method invocations are blocking // MUST run on a separate thread because remote object method invocations are blocking
new Thread() { new Thread() {
int totalRuns = 100_000_000; int totalRuns = 100_000;
@Override @Override
public public
void run() { void run() {