Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sssd_test_framework/utils/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,9 @@ def vfido_passkey_with_output(
}}

# Phase 4: Device touch
sleep 2
# IPA backend lookups can take longer than 2s, especially for
# the 3rd+ user in sequential auth tests on fedora-43/rawhide.
sleep 5
spawn {test_venv_bin}/vfido_touch
set ID_touch $spawn_id

Expand Down
Loading