mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
change timeout to 20 minutes
This commit is contained in:
parent
8f2ffed7bb
commit
14d5a01775
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -43,4 +43,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.21.1
|
go-version: 1.21.1
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test ./... -timeout=10h
|
run: go test ./... -timeout=20m
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue