chore: workflow add test timeout (#1011)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
69b56e9713
commit
6fee32b0f8
|
|
@ -14,7 +14,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
timeout-minutes: 10
|
timeout-minutes: 30
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue