Skip to content

Commit 460389a

Browse files
authored
#586: modified configuration in attempt to address erratic CI behavior (#589)
1 parent 2050931 commit 460389a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/config/synthetic-acceptance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ algorithm:
1919
phase_id: 0
2020
parameters:
2121
n_iterations: 8
22-
n_rounds: 2
22+
n_rounds: 3
2323
fanout: 2
2424
order_strategy: element_id
2525
transfer_strategy: Recursive
2626
criterion: Tempered
27-
max_objects_per_transfer: 1
27+
max_objects_per_transfer: 2
2828
deterministic_transfer: true
2929

3030
# Specify output

0 commit comments

Comments
 (0)