From e8256f34e918b353ebc69c82d89757c2b74d9dc8 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Thu, 26 May 2016 18:13:37 +0300 Subject: [PATCH] implicitly wait 25s Former-commit-id: 0e3c1d10ba0ef3205efb800ce5d98f71f4266274 --- test/status_im/appium.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/status_im/appium.clj b/test/status_im/appium.clj index d2ff6adb53..061ed3f4b4 100644 --- a/test/status_im/appium.clj +++ b/test/status_im/appium.clj @@ -22,8 +22,7 @@ (-> driver .manage .timeouts - (.implicitlyWait 100 TimeUnit/MILLISECONDS)) - (Thread/sleep 9000) + (.implicitlyWait 25 TimeUnit/SECONDS)) driver)) (defn by-xpath [driver xpath]