From ff01366c57b22573e5f62c15c1feeeecaaa26346 Mon Sep 17 00:00:00 2001 From: Rohan Weeden Date: Tue, 19 Mar 2024 12:04:23 -0400 Subject: [PATCH 1/2] Fix e2e test bucket name --- tests_e2e/test_protected.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_e2e/test_protected.py b/tests_e2e/test_protected.py index a663ad60..833205b9 100644 --- a/tests_e2e/test_protected.py +++ b/tests_e2e/test_protected.py @@ -6,7 +6,7 @@ import pytest import requests -LOCATE_BUCKET = "s1-ocn-1e29d408" +LOCATE_BUCKET = "rain-uw2-t-s1-ocn-1e29d408" def test_urs_auth_redirect_for_auth_downloads(urls, auth_cookies, urs_username): From 4092e3158e2b00bc8232b8a0b5084513e1a9c2ad Mon Sep 17 00:00:00 2001 From: Rohan Weeden Date: Tue, 19 Mar 2024 16:52:03 -0400 Subject: [PATCH 2/2] Bump lambda timeout to prevent EDL timeout --- .github/workflows/re-test-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/re-test-e2e.yml b/.github/workflows/re-test-e2e.yml index 3654a44a..bbb40956 100644 --- a/.github/workflows/re-test-e2e.yml +++ b/.github/workflows/re-test-e2e.yml @@ -159,7 +159,7 @@ jobs: LambdaCodeS3Bucket="$CODE_BUCKET" \ LambdaCodeS3Key="${CODE_PREFIX}${CODE_NAME}" \ LambdaMemory="128" \ - LambdaTimeout="10" \ + LambdaTimeout="20" \ Loglevel="DEBUG" \ Logtype="json" \ Maturity="TEST"\