Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
FulcrumOne committed Nov 15, 2024
1 parent ef630e0 commit 3cf24d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/Tests+PopupStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ private extension PopupStackTests {
}
func performAction(_ action: () async -> ()) async {
await action()
await Task.sleep(seconds: 0.03)
await Task.sleep(seconds: 0.06)
}
func getPopupsForDefaultStack() async -> [AnyPopup] {
await PopupStack
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests+ViewModel+PopupCenterStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private extension PopupCenterStackViewModelTests {
for popup in viewModel.popups { await viewModel.updatePopupHeight(popup.height!, popup) }
}
func waitForResults() async {
await Task.sleep(seconds: 0.03)
await Task.sleep(seconds: 0.06)
}
}

Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests+ViewModel+PopupVerticalStack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ private extension PopupVerticalStackViewModelTests {
}
}
func waitForResults() async {
await Task.sleep(seconds: 0.03)
await Task.sleep(seconds: 0.06)
}
}

Expand Down

0 comments on commit 3cf24d1

Please sign in to comment.