Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
case "${TARGET}" in
windows-amd64-unit-test-4-cpu)
CPU=4 TIMEOUT=40m make test
CPU=4 TIMEOUT=50m make test
;;
*)
echo "Failed to find target"
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
version: v2.1.6
- run: make coverage
env:
TIMEOUT: 40m
TIMEOUT: 50m