diff --git a/tests/AbstractEventStoreTest.php b/tests/AbstractEventStoreTest.php index f30a321..65ce23a 100644 --- a/tests/AbstractEventStoreTest.php +++ b/tests/AbstractEventStoreTest.php @@ -1014,6 +1014,7 @@ public function it_can_check_for_stream_existence(): void /** * @test + * @medium */ public function it_fetches_stream_names(): void { @@ -1077,6 +1078,7 @@ public function it_throws_exception_when_fetching_stream_names_using_invalid_reg /** * @test + * @medium */ public function it_fetches_stream_categories(): void { diff --git a/tests/Projection/AbstractProjectionManagerTest.php b/tests/Projection/AbstractProjectionManagerTest.php index 4d837c2..96694b1 100644 --- a/tests/Projection/AbstractProjectionManagerTest.php +++ b/tests/Projection/AbstractProjectionManagerTest.php @@ -32,7 +32,7 @@ abstract class AbstractProjectionManagerTest extends TestCase /** * @test - * @medium + * @large */ public function it_fetches_projection_names(): void { @@ -158,7 +158,7 @@ public function it_throws_exception_when_fetching_projection_names_using_invalid /** * @test - * @medium + * @large */ public function it_fetches_projection_names_using_regex(): void {