Skip to content

Commit

Permalink
adding waiting time on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Oct 24, 2024
1 parent c19a37a commit 2b3f204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ struct ServerSelection_Previews: PreviewProvider, TestablePreview {
NavigationStack {
ServerSelectionScreen(context: invalidViewModel.context)
}
.snapshotPreferences(delay: 0.25)
.snapshotPreferences(delay: 1)
}

static func makeViewModel(for homeserverAddress: String) -> ServerSelectionScreenViewModel {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,12 @@ struct TimelineItemBubbledStylerView_Previews: PreviewProvider, TestablePreview
.previewDisplayName("Replies")
threads
.previewDisplayName("Thread decorator")
.snapshotPreferences(delay: 1)
encryptionAuthenticity
.previewDisplayName("Encryption Indicators")
pinned
.previewDisplayName("Pinned messages")
.snapshotPreferences(delay: 2.0)
.snapshotPreferences(delay: 1)
}

static var mockTimeline: some View {
Expand Down

0 comments on commit 2b3f204

Please sign in to comment.