From ab07f6d1ee3cda8c735e6235e5da4c74913e5184 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 10 Feb 2023 19:04:06 +0100 Subject: [PATCH] ci: enable test 60 It's hopefully stable now. --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b5c62ec32..863466fe6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,6 +72,7 @@ jobs: "30", "35", "40", + "60", # "50", # times out ] fail-fast: false -- 2.47.2