From 8b5c588fb1854364a7e018739f0a82c058222aba Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Fri, 24 Nov 2023 10:50:18 +1000 Subject: [PATCH] update authenticate example --- webauthn-authenticator-rs/examples/authenticate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webauthn-authenticator-rs/examples/authenticate.rs b/webauthn-authenticator-rs/examples/authenticate.rs index d74d4416..89707eec 100644 --- a/webauthn-authenticator-rs/examples/authenticate.rs +++ b/webauthn-authenticator-rs/examples/authenticate.rs @@ -237,7 +237,7 @@ async fn main() { "https://localhost:8080/auth", "localhost", vec![url::Url::parse("https://localhost:8080").unwrap()], - Some(Duration::from_millis(1)), + Duration::from_secs(60), None, None, );