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)