Skip to content

Commit 939008a

Browse files
committed
Fix timeout issue
1 parent 1e01a7a commit 939008a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Integration/Store/TaggableDoctrineDbalStoreTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function setUp(): void
6464
DefaultEventSerializer::createFromPaths([__DIR__ . '/Events']),
6565
(new AttributeEventRegistryFactory())->create([__DIR__ . '/Events']),
6666
clock: $this->clock,
67+
config: ['lock_timeout' => 1],
6768
);
6869

6970
$schemaDirector = new DoctrineSchemaDirector(

0 commit comments

Comments
 (0)