test/integration: use Ryan's 20x rule to harden simple access tests
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
parent
ebd5e45fa6
commit
f73c70d8f9
@ -22,7 +22,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
accessRetryInterval = 250 * time.Millisecond
|
accessRetryInterval = 250 * time.Millisecond
|
||||||
accessRetryTimeout = 10 * time.Second
|
accessRetryTimeout = 60 * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
// AccessAsUserTest runs a generic test in which a clientUnderTest operating with username
|
// AccessAsUserTest runs a generic test in which a clientUnderTest operating with username
|
||||||
|
Loading…
Reference in New Issue
Block a user