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"