Skip to content

Commit 3052d1b

Browse files
committed
Fix test
1 parent 266c872 commit 3052d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc/common/src/test/java/org/neo4j/gds/WriteProcCancellationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
class WriteProcCancellationTest extends BaseTest {
6060

61-
InvocationCountingTaskStore taskStore = new InvocationCountingTaskStore(Duration.ZERO);
61+
InvocationCountingTaskStore taskStore = new InvocationCountingTaskStore(Duration.ofMinutes(1));
6262

6363
@Test
6464
void shouldRemoveTaskAfterWriteFailure() {

0 commit comments

Comments
 (0)