From 6fa19e7553ff8878607556a19df573e2716c788f Mon Sep 17 00:00:00 2001 From: Pasu Chan Chak Shing Date: Fri, 11 May 2018 10:10:21 +0800 Subject: [PATCH] Increase selenium query_selector timeout --- test/selenium/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selenium/util.py b/test/selenium/util.py index 4d80e319d645..144b08d8f666 100644 --- a/test/selenium/util.py +++ b/test/selenium/util.py @@ -12,7 +12,7 @@ import shim -SEL_DEFAULT_WAIT_TIMEOUT = 10 +SEL_DEFAULT_WAIT_TIMEOUT = 20 parse_stdout = lambda res: res.strip().decode('utf-8')