Skip to content

Commit 91e4a16

Browse files
committed
chore(ci): increase test timeout
1 parent 28856b8 commit 91e4a16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2.1
22

33
orbs:
4-
ci-go: ipfs/[email protected]
4+
ci-go: ipfs/ci-go@0.2.1
55

66
executors:
77
go-s3:
88
docker:
9-
- image: circleci/golang:1.12.7
9+
- image: circleci/golang:1.13.7
1010
- image: localstack/localstack
1111
environment:
1212
LOCAL_S3: 1
@@ -46,4 +46,5 @@ workflows:
4646
- ci-go/lint
4747
- ci-go/test:
4848
executor: go-s3
49+
flags: "-timeout 30m" # S3 is _slow_.
4950
- test-plugin

0 commit comments

Comments
 (0)