Files
chia-blockchain/tests/simulation/config.py
T
Arvid NorbergandGitHub e3f3a540e3 Parallel CI (#16071)
* run CI jobs in parallel by default

* run cat_wallet tests in serial

* run simulation tests in serial
2023-08-17 12:16:26 -05:00

7 lines
127 B
Python

from __future__ import annotations
job_timeout = 60
parallel = False
install_timelord = True
checkout_blocks_and_plots = True