From b581dca267610a8c02b3e6287bab6d75ba5f5c2b Mon Sep 17 00:00:00 2001 From: simonhaenisch Date: Mon, 27 Jan 2020 00:24:55 +0800 Subject: [PATCH] chore(ci): increase timeout for api test --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17e2900..17aaa3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: run: npx nyc ava src/test/lib.spec.ts - name: test api - run: npx ava src/test/api.spec.ts + run: npx ava src/test/api.spec.ts --timeout=30s - name: test cli run: npx ava src/test/cli.spec.ts --timeout=1m