X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=blobdiff_plain;f=osmclient%2Fcommon%2Futils.py;fp=osmclient%2Fcommon%2Futils.py;h=937e12175ee2942169a26dfadf695cdd6f53659a;hp=6b6c6f9717fe0d6d146acfad8ac4a03b20da2db6;hb=d6eb17bc67230c86a053a71ccc7bb44a567618fc;hpb=536f750e02512ca4eb04a700fe0bbeeecdafe85a diff --git a/osmclient/common/utils.py b/osmclient/common/utils.py index 6b6c6f9..937e121 100644 --- a/osmclient/common/utils.py +++ b/osmclient/common/utils.py @@ -30,7 +30,7 @@ def wait_for_value(func, result=True, wait_time=10, catch_exception=None): return True except catch_exception: pass - time.sleep(1) + time.sleep(5) try: return func() == result except catch_exception: