Skip to content

Commit

Permalink
Merge pull request #20509 from liewegas/wip-less-filestore-idempotent
Browse files Browse the repository at this point in the history
qa/tasks/filestore_idempotent: shorter test

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Feb 28, 2018
2 parents 8c31fbb + 7744260 commit 52e5f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/filestore_idempotent.py
Expand Up @@ -40,7 +40,7 @@ def task(ctx, config):

seed = int(random.uniform(1,100))
start = 800 + random.randint(800,1200)
end = start + 150
end = start + 50

try:
log.info('creating a working dir')
Expand Down

0 comments on commit 52e5f10

Please sign in to comment.