Skip to content

Commit

Permalink
get tests to wait for ambassador to handle grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandawsonuk committed Apr 4, 2019
1 parent 17435e2 commit 561157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/scripts/seldon_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def rest_request_ambassador_auth(deploymentName,namespace,username,password,endp
auth=HTTPBasicAuth(username, password))
return response

@retry(wait_exponential_multiplier=1000, wait_exponential_max=10000, stop_max_attempt_number=7)
@retry(wait_exponential_multiplier=1000, wait_exponential_max=100000, stop_max_attempt_number=9)
def grpc_request_ambassador(deploymentName,namespace,endpoint="localhost:8004",data_size=5,rows=1,data=None):
if data is None:
shape, arr = create_random_data(data_size,rows)
Expand Down

0 comments on commit 561157c

Please sign in to comment.