We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc6a13 commit 59d735fCopy full SHA for 59d735f
driver/src/test/java/org/neo4j/driver/v1/stress/AbstractStressIT.java
@@ -66,7 +66,7 @@ abstract class AbstractStressIT<C extends AbstractContext>
66
{
67
private static final int THREAD_COUNT = Integer.getInteger( "threadCount", 8 );
68
private static final int ASYNC_BATCH_SIZE = Integer.getInteger( "asyncBatchSize", 10 );
69
- private static final int EXECUTION_TIME_SECONDS = Integer.getInteger( "executionTimeSeconds", 60 );
+ private static final int EXECUTION_TIME_SECONDS = Integer.getInteger( "executionTimeSeconds", 20 );
70
private static final boolean DEBUG_LOGGING_ENABLED = Boolean.getBoolean( "loggingEnabled" );
71
72
private LoggerNameTrackingLogging logging;
0 commit comments