Increase Go test timeout to 15m (#11920)

This commit is contained in:
Martin Angers 2023-05-29 08:44:10 -04:00 committed by GitHub
parent 257336c8b0
commit 8b1bf35414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ jobs:
env:
RACE_ENABLED: false
GO_TEST_TIMEOUT: 10m
GO_TEST_TIMEOUT: 15m
steps:
- name: Install Go