Increase pruning tests timeout (#11891)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
tudor-da 2021-11-26 09:16:35 +01:00 committed by GitHub
parent 66b407467f
commit abc141b57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)