From 963f9bc08ebc87374b7ed3403c8ba78c20909ae9 Mon Sep 17 00:00:00 2001 From: Frode Aarstad Date: Thu, 26 Oct 2023 14:53:27 +0200 Subject: [PATCH] Update test_ert.yml Increase GUI timeout to 15m --- .github/workflows/test_ert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_ert.yml b/.github/workflows/test_ert.yml index 60642b5eee7..f383e54e4b9 100644 --- a/.github/workflows/test_ert.yml +++ b/.github/workflows/test_ert.yml @@ -41,7 +41,7 @@ jobs: - name: Test GUI if: inputs.test-type == 'gui-test' - timeout-minutes: 10 + timeout-minutes: 15 run: | pytest tests --junit-xml=junit.xml -sv --mpl -m "requires_window_manager" --benchmark-disable