From 9c8c1f74981bcee45a043750ea8ed4cc6b62cb0e Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Wed, 17 Apr 2024 22:42:04 +0100 Subject: [PATCH] icrease test timeout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4c44cff9..4a61490ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: run: cabal build --enable-tests - name: Test - timeout-minutes: 30 + timeout-minutes: 40 shell: bash run: cabal test --test-show-details=direct