From c01b6cd1247fed632545cc11e9be078d0f460ee0 Mon Sep 17 00:00:00 2001 From: YO4 Date: Wed, 16 Oct 2024 23:14:32 +0900 Subject: [PATCH] longer timeout for windows terminal windows terminal test failed with: Error: test_force_enter(Reline::RenderingTest::TestWindows): RuntimeError: Windows Terminal marker process detection failed. --- .github/workflows/reline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reline.yml b/.github/workflows/reline.yml index 05db066d06..7eaf10d426 100644 --- a/.github/workflows/reline.yml +++ b/.github/workflows/reline.yml @@ -31,4 +31,4 @@ jobs: - name: Install dependencies run: bundle install - name: rake test_yamatanooroti - run: bundle exec rake test_yamatanooroti TESTOPTS="-v --wt_dir=./tmp --windows=${{ matrix.console }}" + run: bundle exec rake test_yamatanooroti TESTOPTS="-v --wt_dir=./tmp --windows=${{ matrix.console }} --timeout=5"