Skip to content

Commit 26ebc35

Browse files
committed
Merge #403: Small CI adjustments
dbcbcff ci: increase the number of workers (Antoine Poinsot) 4a1480d ci: don't run in VERBOSE, we don't use it (Antoine Poinsot) 28e670d ci: increase task timeout (Antoine Poinsot) Pull request description: Trying to make the CI run faster, and avoid transient timeouts ACKs for top commit: darosior: ACK dbcbcff Tree-SHA512: f170a668ec6f57e3bcb74813f5ef47d52501fa003dfa6af8925987ffdb453717c5003ff689761a10ceb6c58d7ce38149b83522e009cd3b20c9217d75a3171972
2 parents 20156c7 + dbcbcff commit 26ebc35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ task:
22
name: 'Functional tests'
33
container:
44
image: rust:latest
5+
timeout_in: 90m # https://cirrus-ci.org/faq/#instance-timed-out
56

67
env:
7-
EXECUTOR_WORKERS: 1
8-
VERBOSE: 1
8+
EXECUTOR_WORKERS: 3
9+
VERBOSE: 0
910
LOG_LEVEL: debug
1011
TIMEOUT: 300
1112
BITCOIND_VERSION: 22.0

0 commit comments

Comments
 (0)