From d48f8c63c57c629c855811160ef02fea416e80ac Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Sat, 12 Oct 2024 16:22:06 -0400 Subject: [PATCH] Update src/pybamm/config.py Co-authored-by: Eric G. Kratz --- src/pybamm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybamm/config.py b/src/pybamm/config.py index 5095b42324..222b1d8da2 100644 --- a/src/pybamm/config.py +++ b/src/pybamm/config.py @@ -49,7 +49,7 @@ def ask_user_opt_in(timeout=10): Parameters ---------- timeout: float, optional - The timeout for the user to respond to the prompt. Default is 20 seconds. + The timeout for the user to respond to the prompt. Default is 10 seconds. Returns -------