From d446e2d3a719be099c5b10a9432eca55dcad5692 Mon Sep 17 00:00:00 2001 From: manjunath-batakurki Date: Thu, 25 Aug 2022 01:37:23 -0700 Subject: [PATCH] Update the timezone to as per UTC and increase timeout period --- .github/workflows/acc.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acc.yml b/.github/workflows/acc.yml index 125bf47f..210a8bc7 100644 --- a/.github/workflows/acc.yml +++ b/.github/workflows/acc.yml @@ -3,7 +3,7 @@ name: acc on: # Runs every 2 days once at 3AM schedule: - - cron: '0 3 */2 * *' + - cron: '0 21 */2 * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: inputs: diff --git a/Makefile b/Makefile index 50cd0360..66bc022f 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ acceptance: @if [ "${case}" != "" ]; then \ TF_ACC=true go test -run $(case) -v -timeout=2000s -cover $(ACC_TEST_FILE_LOCATION); \ else \ - TF_ACC=true go test -v -timeout=10000s -cover $(ACC_TEST_FILE_LOCATION) -parallel 1;\ + TF_ACC=true go test -v -timeout=50000s -cover $(ACC_TEST_FILE_LOCATION) -parallel 1;\ fi build: vendor $(NAME)