diff --git a/tests/UuidTest.php b/tests/UuidTest.php index 61b5949..6ea5414 100644 --- a/tests/UuidTest.php +++ b/tests/UuidTest.php @@ -870,7 +870,7 @@ class UuidTest extends TestCase $previous = $factory->uuid4(); for ($i = 0; $i < 1000; $i++) { - usleep(10); + usleep(100); $uuid = $factory->uuid4(); $this->assertGreaterThan($previous->toString(), $uuid->toString());