diff --git a/tests/Data/Stubs/FromUsersQueryWithJoinExport.php b/tests/Data/Stubs/FromUsersQueryWithJoinExport.php index 8eb1d590..bc76d4b3 100644 --- a/tests/Data/Stubs/FromUsersQueryWithJoinExport.php +++ b/tests/Data/Stubs/FromUsersQueryWithJoinExport.php @@ -41,6 +41,6 @@ public function query() */ public function chunkSize(): int { - return 1000; + return 10; } }