Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60b43b8

Browse files
authored
Merge pull request #1050 from Elbehery/20250811_bump_windows_timeout
[release-1.4]:chore(test): bump_windows_test_timeout
2 parents 804e170 + 79638fd commit 60b43b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests_windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
case "${TARGET}" in
3333
windows-amd64-unit-test-4-cpu)
34-
CPU=4 make test
34+
CPU=4 TIMEOUT=50m make test
3535
;;
3636
*)
3737
echo "Failed to find target"
@@ -55,3 +55,5 @@ jobs:
5555
with:
5656
go-version: ${{ steps.goversion.outputs.goversion }}
5757
- run: make coverage
58+
env:
59+
TIMEOUT: 50m

0 commit comments

Comments
 (0)