Skip to content

Commit 97e4402

Browse files
author
Furkhat Kasymov Genii Uulu
committed
increase 10m to 15m
1 parent a128b5d commit 97e4402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
CGO_ENABLED: 0
5555

5656
- name: Test
57-
run: go test -short -race -parallel=10 ./...
57+
run: go test -short -race -timeout 15m ./...
5858

5959
- name: Set up QEMU
6060
uses: docker/setup-qemu-action@v2

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
CGO_ENABLED: 0
5353

5454
- name: Test
55-
run: go test -short -race -parallel=10 ./...
55+
run: go test -short -race -timeout 15m ./...
5656

5757
- name: Set up QEMU
5858
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)