1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-02 15:25:07 +00:00

Update minio to 2022-06-07T00-33-41Z

This commit is contained in:
Girish Ramakrishnan
2022-06-06 20:57:01 -07:00
parent a0c9c76bd8
commit 4b3b4b9d4d
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ describe('Application life cycle test', function () {
this.timeout(0);
const LOCATION = 'test';
const TEST_TIMEOUT = 10000;
const TEST_TIMEOUT = 30000;
const BUCKET = 'cloudrontestbucket';
const EXEC_ARGS = { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' };