We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff3fef commit 1acd35bCopy full SHA for 1acd35b
1 file changed
.github/workflows/publish.yml
@@ -53,6 +53,8 @@ jobs:
53
echo "Create release: v$Version"
54
55
- name: Build
56
+ env:
57
+ VSTEST_CONNECTION_TIMEOUT: 1200 # timeout 20 minutes
58
run: dotnet test Remote.Linq.sln -c Release /bl
59
60
- name: Upload build log
0 commit comments