From 24354ad1e996b6bf89646f0c9106ca6e734f74ba Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Fri, 1 Nov 2024 15:52:18 +1100 Subject: [PATCH] allow 120m to run the tests --- .github/workflows/next-acceptance-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/next-acceptance-tests.yml b/.github/workflows/next-acceptance-tests.yml index c4e31fb8db..af5f61a5b4 100644 --- a/.github/workflows/next-acceptance-tests.yml +++ b/.github/workflows/next-acceptance-tests.yml @@ -47,4 +47,4 @@ jobs: key: ${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }} - run: go install gotest.tools/gotestsum@latest - run: go get github.com/cloudflare/cloudflare-go/v3@next - - run: TF_ACC=1 gotestsum ./internal/services/{argo_smart_routing,argo_tiered_caching,bot_management,d1_database,dns_firewall,dns_record,healthcheck,list,origin_ca_certificate,queue,r2_bucket,secondary_dns_acl,secondary_dns_peer,secondary_dns_tsig,tiered_cache,total_tls,zone,zone_cache_variants,zone_setting,zone_subscription} -run "^TestAcc" -count 1 -v + - run: TF_ACC=1 gotestsum ./internal/services/{argo_smart_routing,argo_tiered_caching,bot_management,d1_database,dns_firewall,dns_record,healthcheck,list,origin_ca_certificate,queue,r2_bucket,secondary_dns_acl,secondary_dns_peer,secondary_dns_tsig,tiered_cache,total_tls,zone,zone_cache_variants,zone_setting,zone_subscription} -run "^TestAcc" -count 1 -v -timeout 120m