From 30c0e2469e960927aa28677b89b5f98168ba631c Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 23 Feb 2024 00:17:13 -0500 Subject: [PATCH] Update the default "reconnect_time" in UC Mode --- seleniumbase/fixtures/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seleniumbase/fixtures/constants.py b/seleniumbase/fixtures/constants.py index 350ffb64ae0..3cc130b059d 100644 --- a/seleniumbase/fixtures/constants.py +++ b/seleniumbase/fixtures/constants.py @@ -367,7 +367,7 @@ class Mobile: class UC: - RECONNECT_TIME = 2.32 # Seconds + RECONNECT_TIME = 2.35 # Seconds class ValidBrowsers: