mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-03 02:24:18 -05:00
* run CI jobs in parallel by default * run cat_wallet tests in serial * run simulation tests in serial
7 lines
127 B
Python
7 lines
127 B
Python
from __future__ import annotations
|
|
|
|
job_timeout = 60
|
|
parallel = False
|
|
install_timelord = True
|
|
checkout_blocks_and_plots = True
|