Skip to content

Commit 9898409

Browse files
authored
ci: set vstest connection timeout
1 parent 56e400c commit 9898409

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/verification.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ concurrency:
2121
group: verification-${{ github.ref }}-1
2222
cancel-in-progress: true
2323

24+
env:
25+
VSTEST_CONNECTION_TIMEOUT: 180
26+
DOTNET_NOLOGO: "true"
27+
2428
jobs:
2529
verify-bunit:
2630
name: 👌 Verify bUnit
@@ -112,4 +116,4 @@ jobs:
112116
- name: 📄 Building docs
113117
run: |
114118
dotnet tool update -g docfx --version 2.67.0
115-
docfx docs/site/docfx.json
119+
docfx docs/site/docfx.json

0 commit comments

Comments
 (0)