From 8b900f36bb858ec129fa4aad6a8c8357b416ff51 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 19 Mar 2021 14:32:56 -0700 Subject: [PATCH] Bump up timeout for gh tests --- pkg/backend/token_authcode_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/backend/token_authcode_test.go b/pkg/backend/token_authcode_test.go index 9b29533..a68aa22 100644 --- a/pkg/backend/token_authcode_test.go +++ b/pkg/backend/token_authcode_test.go @@ -15,7 +15,7 @@ import ( ) func TestPeriodicRefresh(t *testing.T) { - ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second) defer cancel() client := testutil.MockClient{