Skip to content

Commit

Permalink
Increase pruning tests timeout (#11891)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
tudor-da authored Nov 26, 2021
1 parent 66b4074 commit abc141b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ class ParticipantPruningIT extends LedgerTestSuite {
allocate(SingleParty, SingleParty),
runConcurrently = false, // pruning call may interact with other tests
// Higher timeout - The test generates a significant number of events
timeoutScale = 4.0,
timeoutScale = 8.0,
)(implicit ec => { case Participants(Participant(alpha, alice), Participant(beta, bob)) =>
for {
divulgence <- createDivulgence(alice, bob, alpha, beta)
Expand All @@ -662,7 +662,7 @@ class ParticipantPruningIT extends LedgerTestSuite {
allocate(SingleParty, SingleParty),
runConcurrently = false, // pruning call may interact with other tests
// Higher timeout - The test generates a significant number of events
timeoutScale = 4.0,
timeoutScale = 8.0,
)(implicit ec => { case Participants(Participant(alpha, alice), Participant(beta, bob)) =>
for {
divulgence <- createDivulgence(alice, bob, alpha, beta)
Expand All @@ -688,7 +688,7 @@ class ParticipantPruningIT extends LedgerTestSuite {
allocate(SingleParty, SingleParty),
runConcurrently = false, // pruning call may interact with other tests
// Higher timeout - The test generates a significant number of events
timeoutScale = 4.0,
timeoutScale = 8.0,
)(implicit ec => { case Participants(Participant(alpha, alice), Participant(beta, bob)) =>
for {
divulgence <- createDivulgence(alice, bob, alpha, beta)
Expand Down

0 comments on commit abc141b

Please sign in to comment.