Skip to content

Commit

Permalink
chore(ci): increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Feb 12, 2020
1 parent 28856b8 commit 91e4a16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
ci-go: ipfs/[email protected]
ci-go: ipfs/ci-go@0.2.1

executors:
go-s3:
docker:
- image: circleci/golang:1.12.7
- image: circleci/golang:1.13.7
- image: localstack/localstack
environment:
LOCAL_S3: 1
Expand Down Expand Up @@ -46,4 +46,5 @@ workflows:
- ci-go/lint
- ci-go/test:
executor: go-s3
flags: "-timeout 30m" # S3 is _slow_.
- test-plugin

0 comments on commit 91e4a16

Please sign in to comment.