Skip to content

Commit

Permalink
[random] generate ids with length 10-15 so that they are more unique (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored Mar 14, 2019
1 parent 7b5fd32 commit 2b65673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/random.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function RandomProvider({ getService }) {
}

id() {
return chance.word({ length: this.int() });
return chance.word({ length: this.int(10, 15) });
}

version() {
Expand Down

0 comments on commit 2b65673

Please sign in to comment.