increase wait time to fix test

This commit is contained in:
Damodar Lohani
2025-03-05 08:32:15 +00:00
parent 65ef126768
commit 1f27fc257e
+1 -1
View File
@@ -296,7 +296,7 @@ class UsageTest extends Scope
}
// stats-resources runs every 5s in test env
sleep(self::WAIT);
sleep(self::WAIT + 5);
return array_merge($data, [
'bucketId' => $bucketId,