From 9e44f8dd819801febefbec69d7653762ceeb6756 Mon Sep 17 00:00:00 2001 From: Nevine Ebeid Date: Wed, 26 Apr 2023 14:50:38 -0400 Subject: [PATCH] Increase the timeout of the valgrind ssl test as well as the machine size. --- tests/ci/cdk/cdk/codebuild/github_ci_linux_arm_omnibus.yaml | 2 +- util/all_tests.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ci/cdk/cdk/codebuild/github_ci_linux_arm_omnibus.yaml b/tests/ci/cdk/cdk/codebuild/github_ci_linux_arm_omnibus.yaml index 64d7c731acc..7c7daef1270 100644 --- a/tests/ci/cdk/cdk/codebuild/github_ci_linux_arm_omnibus.yaml +++ b/tests/ci/cdk/cdk/codebuild/github_ci_linux_arm_omnibus.yaml @@ -294,5 +294,5 @@ batch: env: type: ARM_CONTAINER privileged-mode: true - compute-type: BUILD_GENERAL1_LARGE + compute-type: BUILD_GENERAL1_2XLARGE image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-aarch:amazonlinux-2023_gcc-11x_latest diff --git a/util/all_tests.json b/util/all_tests.json index fd855a5e045..529ddef0160 100644 --- a/util/all_tests.json +++ b/util/all_tests.json @@ -94,6 +94,7 @@ }, { "cmd": ["ssl/ssl_test"] + "env": ["AWS_LC_GO_TEST_TIMEOUT=20"] }, { "cmd": ["crypto/mem_test"]