Increase microseconds in another test to ensure enough time passes

This commit is contained in:
Ben Ramsey
2019-12-05 14:42:20 -08:00
parent 9e48187656
commit 231027100a
+1 -1
View File
@@ -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());