-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathdev-tests-fail.ron
42 lines (42 loc) · 1018 Bytes
/
dev-tests-fail.ron
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
(
clean: true,
build: false,
keep_repos: true,
state_monitor: true,
out_dir: "out",
aleo_setup_repo: (
type: "Local",
dir: "../aleo-setup",
),
aleo_setup_coordinator_repo: (
type: "Local",
dir: "../aleo-setup-coordinator",
),
aleo_setup_state_monitor_repo: (
type: "Local",
dir: "../aleo-setup-state-monitor",
),
tests: [
(
id: "8",
verifiers: 1,
replacement_contributors: 0,
environment: development,
timout: Some(18000),
skip: false,
rounds: [
(
contributors: 3,
contributor_drops: [
(
after_contributions: 10,
),
(
after_contributions: 11,
),
],
),
],
),
],
)