From 3f228b16c758d377566f11d2d328d1ccf658a2ad Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 6 Aug 2025 09:03:47 -0600 Subject: test: timeout container after 5 seconds in test --- test/integration/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/container_test.go b/test/integration/container_test.go index ecfd2b1..a3e7974 100644 --- a/test/integration/container_test.go +++ b/test/integration/container_test.go @@ -31,7 +31,7 @@ func environmentVariables(srv *web.OIDCServer) map[string]string { } func TestContainer(t *testing.T) { - ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second) defer cancel() srv := web.NewOIDCServer(t) -- cgit v1.2.3