Skip to content

Commit

Permalink
ome: decrease chances of test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
divyakoshy committed Jul 12, 2018
1 parent 5af32a8 commit 6368be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ome/matcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var _ = Describe("Matcher", func() {
smpcer := testutils.NewSmpc()
matcher := NewMatcher(store, smpcer)

numTrials := 256
numTrials := 1024
numMatches := 0
for i := 0; i < numTrials; i++ {
com := NewComputation([32]byte{byte(i)}, buyFragment, sellFragment, ComputationStateNil, true)
Expand Down

0 comments on commit 6368be8

Please sign in to comment.