Skip to content

Commit

Permalink
chore(ci): increase timeout for api test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Jan 26, 2020
1 parent 94fb214 commit b581dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b581dca

Please sign in to comment.