From 44284b60e4de58c7d06f17ad16c1c7a7353f1908 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 28 Sep 2019 11:10:11 +0800 Subject: [PATCH] chore: add timeout flag --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3355bbd..d795d0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,3 +16,5 @@ jobs: with: source: "tests/a.txt,tests/b.txt" target: "/home/actions/test" + timeout: 30s + command_timeout: 30s