From 815bf91ec3ea37085ebbc23aee2e61d9c3e936f6 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Fri, 18 Oct 2024 14:03:34 -0400 Subject: [PATCH] 10 second timeout --- 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 -------