Skip to content

Commit

Permalink
Increasing timeout on workflow and added env var
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecon committed Jul 30, 2024
1 parent 9ceb1ad commit 3449a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -23,5 +23,6 @@ jobs:
TF_UNIT: '*'
ENABLE_STANDALONE_CGR: 'true'
ENABLE_STANDALONE_EMAIL_ADDRESS: 'true'
BYPASS_CONSISTENCY_CHECKER: 'true'
run: |
go test ./genesyscloud/... -v -run TestUnit

0 comments on commit 3449a8d

Please sign in to comment.