Skip to content

Commit b3c802a

Browse files
committed
ci
1 parent 862e886 commit b3c802a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/commands/stores.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
use Symfony\AI\Store\Command\DropStoreCommand;
3434
use Symfony\AI\Store\Command\SetupStoreCommand;
3535
use Symfony\Component\Cache\Adapter\ArrayAdapter;
36+
use Symfony\Component\Clock\MonotonicClock;
3637
use Symfony\Component\Console\Application;
3738
use Symfony\Component\Console\Input\ArrayInput;
3839
use Symfony\Component\Console\Output\ConsoleOutput;
@@ -139,6 +140,9 @@
139140
new DropStoreCommand(new ServiceLocator($factories)),
140141
]);
141142

143+
$clock = new MonotonicClock();
144+
$clock->sleep(10);
145+
142146
foreach ($storesIds as $store) {
143147
$setupOutputCode = $application->run(new ArrayInput([
144148
'command' => 'ai:store:setup',

0 commit comments

Comments
 (0)