Skip to content

Commit 59d735f

Browse files
committed
Reduce stress test execution time
1 parent afc6a13 commit 59d735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/stress/AbstractStressIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ abstract class AbstractStressIT<C extends AbstractContext>
6666
{
6767
private static final int THREAD_COUNT = Integer.getInteger( "threadCount", 8 );
6868
private static final int ASYNC_BATCH_SIZE = Integer.getInteger( "asyncBatchSize", 10 );
69-
private static final int EXECUTION_TIME_SECONDS = Integer.getInteger( "executionTimeSeconds", 60 );
69+
private static final int EXECUTION_TIME_SECONDS = Integer.getInteger( "executionTimeSeconds", 20 );
7070
private static final boolean DEBUG_LOGGING_ENABLED = Boolean.getBoolean( "loggingEnabled" );
7171

7272
private LoggerNameTrackingLogging logging;

0 commit comments

Comments
 (0)