From f73c70d8f93a142106afbc0ee1d78662ab129f0b Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Fri, 19 Mar 2021 13:18:10 -0400 Subject: [PATCH] test/integration: use Ryan's 20x rule to harden simple access tests Signed-off-by: Andrew Keesler --- test/library/access.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/library/access.go b/test/library/access.go index e953cff89..46c31bd3f 100644 --- a/test/library/access.go +++ b/test/library/access.go @@ -22,7 +22,7 @@ import ( const ( accessRetryInterval = 250 * time.Millisecond - accessRetryTimeout = 10 * time.Second + accessRetryTimeout = 60 * time.Second ) // AccessAsUserTest runs a generic test in which a clientUnderTest operating with username