attempt to fix lock error on mariadb:10.6 tests
This commit is contained in:
parent
63a466c79a
commit
8d5dbbb57b
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ class AllocationFactory extends Factory
|
|||
{
|
||||
return [
|
||||
'ip' => $this->faker->unique()->ipv4,
|
||||
'port' => $this->faker->unique()->randomNumber(5),
|
||||
'port' => $this->faker->unique()->numberBetween(1024, 65535),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue