gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: increse seleniu


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: increse selenium timeout
Date: Sun, 29 Oct 2017 23:40:46 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new b4525c56 increse selenium timeout
b4525c56 is described below

commit b4525c567a038ee4b821b1c99b78e672e2ad6e1c
Author: Florian Dold <address@hidden>
AuthorDate: Sun Oct 29 23:40:40 2017 +0100

    increse selenium timeout
---
 selenium/withdraw_buy.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index e782cb90..766cdc77 100644
--- a/selenium/withdraw_buy.py
+++ b/selenium/withdraw_buy.py
@@ -161,7 +161,7 @@ def buy_article(client, title, fulfillment_url=None):
         return False
 
     client.get(parse.urljoin(taler_baseurl, "shop"))
-    wait = WebDriverWait(client, 10)
+    wait = WebDriverWait(client, 20)
 
     try:
         teaser = wait.until(EC.element_to_be_clickable((By.XPATH, 
"//h3/address@hidden"/essay/%s\"]" % title)))
@@ -178,7 +178,7 @@ def buy_article(client, title, fulfillment_url=None):
             "//address@hidden'pure-button button-success']"))) 
         logger.info("Pay button turned clickable")
     except TimeoutException:
-        logger.error('Could not confirm payment on blog')
+        logger.error('Could not confirm payment on blog (timed out)')
         print_log(client)
         abort(client)
     confirm_pay.click()

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]