Skip to content

Commit

Permalink
Higher test threshold for travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Nov 19, 2017
1 parent 0de70b1 commit 2c802fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def execute_add(command):
command_factory('add')(payload)


def wait_for_process(key, timeout=10):
def wait_for_process(key, timeout=20):
start = datetime.datetime.now()
threshold = datetime.timedelta(seconds=timeout)

Expand All @@ -35,7 +35,7 @@ def wait_for_process(key, timeout=10):
return status


def wait_for_processes(keys, timeout=10):
def wait_for_processes(keys, timeout=30):
start = datetime.datetime.now()
threshold = datetime.timedelta(seconds=timeout)

Expand Down

0 comments on commit 2c802fd

Please sign in to comment.