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 3f4cb71 commit 8ad6626Copy full SHA for 8ad6626
driver/src/test/java/org/neo4j/driver/v1/util/TestUtil.java
@@ -72,7 +72,7 @@ public static <T, U extends Future<T>> T await( U future )
72
{
73
try
74
75
- return future.get( 1, MINUTES );
+ return future.get( 5, MINUTES );
76
}
77
catch ( InterruptedException e )
78
0 commit comments