Skip to content

Commit

Permalink
turn on snark workers in payments test, test chosen arbitrarily
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteStochastic committed Feb 25, 2022
1 parent 7b4efe2 commit d42c364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/test_executive/payments_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
~vesting_increment:500_000_000_000
}
]
; num_snark_workers = 0
; num_snark_workers =
3
(* this test doesn't need snark workers, however turning it on in this test just to make sure the snark workers function within integration tests *)
}

let run network t =
Expand Down

0 comments on commit d42c364

Please sign in to comment.