diff --git a/Dockerfile b/Dockerfile index 3b26953..0ce48bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=RELEASE.2022-06-03T01-40-53Z +ARG VERSION=RELEASE.2022-06-07T00-33-41Z ARG MC_VERSION=RELEASE.2022-05-09T04-08-26Z # sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/ diff --git a/test/test.js b/test/test.js index e5b50d8..8557f1b 100644 --- a/test/test.js +++ b/test/test.js @@ -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' };