From febd561bfb8e049590ab0dc0fe146cc5df1333f3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 7 Mar 2024 09:19:29 +0100 Subject: [PATCH] Update minio to 2024-03-07T00-43-48Z --- Dockerfile | 2 +- test/test.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c21bcf..b44429b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=RELEASE.2024-03-05T04-48-44Z +ARG VERSION=RELEASE.2024-03-07T00-43-48Z # sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/ # RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio diff --git a/test/test.js b/test/test.js index b0129b4..eae8eb7 100644 --- a/test/test.js +++ b/test/test.js @@ -82,10 +82,10 @@ describe('Application life cycle test', function () { async function loginOIDC(username, password) { browser.manage().deleteAllCookies(); await browser.get(`https://${app.fqdn}/login`); - await browser.sleep(4000); + await browser.sleep(10000); await browser.findElement(By.xpath('//button[contains(., "Cloudron")]')).click(); - await browser.sleep(4000); + await browser.sleep(10000); if (!athenticated_by_oidc) { await waitForElement(By.xpath('//input[@name="username"]'));