update RandomStrLength from 3 to 5 in E2E test
Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
parent
49fd8180c8
commit
f661b5a93c
|
@ -33,7 +33,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// RandomStrLength represents the random string length to combine names.
|
// RandomStrLength represents the random string length to combine names.
|
||||||
RandomStrLength = 3
|
RandomStrLength = 5
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue