change timeout to 20 minutes

This commit is contained in:
Guillaume Ballet 2024-01-26 12:58:05 +01:00
parent 8f2ffed7bb
commit 14d5a01775

View file

@ -43,4 +43,4 @@ jobs:
with:
go-version: 1.21.1
- name: Test
run: go test ./... -timeout=10h
run: go test ./... -timeout=20m