summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cs2pov/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cs2pov/cli.py b/cs2pov/cli.py
index 4a55dfc..ee67945 100644
--- a/cs2pov/cli.py
+++ b/cs2pov/cli.py
@@ -261,8 +261,8 @@ def record_demo(
if wait_for_demo_ready(console_log_path, timeout=180):
print(" Demo ready")
if verbose:
- print(" Waiting 10s before hiding demo UI...")
- time.sleep(10)
+ print(" Waiting 20s before hiding demo UI...")
+ time.sleep(20)
if window_id and send_key("shift+F2", display_str, window_id):
if verbose:
print(" Sent Shift+F2 to hide demo UI")