mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Increase microseconds in another test to ensure enough time passes
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user