Increase no_output_timeout for test-go job to 20 minutes (#6770)
This commit is contained in:
parent
5c5a33f6df
commit
a3f729f015
|
@ -124,6 +124,7 @@ jobs:
|
|||
GO_TAGS:
|
||||
parallelism: 2
|
||||
working_directory: ~/src
|
||||
no_output_timeout: 20m
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
Loading…
Reference in New Issue