chore: add timeout flag
This commit is contained in:
parent
b154adaf5c
commit
44284b60e4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,3 +16,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
source: "tests/a.txt,tests/b.txt"
|
source: "tests/a.txt,tests/b.txt"
|
||||||
target: "/home/actions/test"
|
target: "/home/actions/test"
|
||||||
|
timeout: 30s
|
||||||
|
command_timeout: 30s
|
||||||
|
|
Loading…
Reference in a new issue