Skip to content

Commit

Permalink
Merge pull request #169 from HewlettPackard/acc2
Browse files Browse the repository at this point in the history
Update the timezone to as per UTC and increase timeout period
  • Loading branch information
manjunath-batakurki authored Aug 25, 2022
2 parents f2c95c0 + d446e2d commit ce9028c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce9028c

Please sign in to comment.