mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
increase wait time to fix test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user