diff --git a/.github/workflows/acc.yml b/.github/workflows/acc.yml index 0677648b..125bf47f 100644 --- a/.github/workflows/acc.yml +++ b/.github/workflows/acc.yml @@ -1,9 +1,9 @@ name: acc on: - # Runs every 2 days once at 11PM + # Runs every 2 days once at 3AM schedule: - - cron: '0 23 */2 * *' + - cron: '0 3 */2 * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: inputs: diff --git a/Makefile b/Makefile index 5b8ba416..50cd0360 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 4;\ + TF_ACC=true go test -v -timeout=10000s -cover $(ACC_TEST_FILE_LOCATION) -parallel 1;\ fi build: vendor $(NAME)