Merge pull request #2436 from nspcc-dev/ci-timeout

ci: increase output waiting timeout for CircleCI test jobs
This commit is contained in:
Roman Khimov 2022-04-20 15:15:40 +03:00 committed by GitHub
commit 4775705f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,9 @@ jobs:
- run: git submodule sync
- run: git submodule update --init
- gomod
- run: go test -v -race ./...
- run:
command: go test -v -race ./...
no_output_timeout: 15m
test_1_17:
working_directory: /home/circleci/go/src/github.com/nspcc-dev/neo-go
@ -57,7 +59,9 @@ jobs:
- run: git submodule sync
- run: git submodule update --init
- gomod
- run: go test -v -race ./...
- run:
command: go test -v -race ./...
no_output_timeout: 15m
test_1_18:
working_directory: /home/circleci/go/src/github.com/nspcc-dev/neo-go
@ -67,7 +71,9 @@ jobs:
- run: git submodule sync
- run: git submodule update --init
- gomod
- run: go test -v -race ./...
- run:
command: go test -v -race ./...
no_output_timeout: 15m
build_cli:
working_directory: /home/circleci/go/src/github.com/nspcc-dev/neo-go