mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
attempt to fix lock error on mariadb:10.6 tests
This commit is contained in:
@@ -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),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user