Skip to content

Commit a1f853f

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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)

project/ignore-patterns/canton_log_simtime_extra.ignore.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Request failed for sequencer.*GrpcServiceUnavailable: UNAVAILABLE/Health-check s
3434

3535
# TODO(#2668) Remove once Canton improves the log here.
3636
Request failed for.*Is the server running.*GrpcConnectionX
37+
Failed to acknowledge clean timestamp (usually because sequencer is down): ConnectionError(TransportError(Request failed for server-DefaultSequencer-0. Is the server running?
3738

3839
# This kicks in when an interval is skipped which can easily be caused in simtime mode
3940
# by bumping the time by more than the reconciliation interval.

0 commit comments

Comments
 (0)