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 266c872 commit 3052d1bCopy full SHA for 3052d1b
proc/common/src/test/java/org/neo4j/gds/WriteProcCancellationTest.java
@@ -58,7 +58,7 @@
58
59
class WriteProcCancellationTest extends BaseTest {
60
61
- InvocationCountingTaskStore taskStore = new InvocationCountingTaskStore(Duration.ZERO);
+ InvocationCountingTaskStore taskStore = new InvocationCountingTaskStore(Duration.ofMinutes(1));
62
63
@Test
64
void shouldRemoveTaskAfterWriteFailure() {
0 commit comments