Skip to content

Commit a55cc5f

Browse files
committed
Try bumping eventually very long
[ci] Signed-off-by: Moritz Kiefer <[email protected]>
1 parent 387f6b7 commit a55cc5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/RecordTimeToleranceTimeBasedIntegrationTest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import com.digitalasset.canton.topology.admin.grpc.TopologyStoreId
99
import com.digitalasset.canton.topology.store.TimeQuery
1010

1111
import java.time.Duration
12+
import scala.concurrent.duration.*
1213

1314
class RecordTimeToleranceTimeBasedIntegrationTest
1415
extends IntegrationTest
@@ -65,7 +66,7 @@ class RecordTimeToleranceTimeBasedIntegrationTest
6566
}
6667
// We go slightly above 48h as time is not actually completely still in simtime, the microseconds still advance.
6768
advanceTime(Duration.ofHours(49))
68-
eventually() {
69+
eventually(4.minutes) {
6970
sv1Backend.participantClient.topology.synchronizer_parameters
7071
.get_dynamic_synchronizer_parameters(synchronizerId)
7172
.preparationTimeRecordTimeTolerance shouldBe NonNegativeFiniteDuration.ofHours(24)

0 commit comments

Comments
 (0)