diff --git a/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/ParticipantPruningIT.scala b/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/ParticipantPruningIT.scala index d15edf8ea201..a52ab90b2a66 100644 --- a/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/ParticipantPruningIT.scala +++ b/ledger/ledger-api-test-tool/src/main/scala/com/daml/ledger/api/testtool/suites/ParticipantPruningIT.scala @@ -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) @@ -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) @@ -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)