Skip to content

Commit

Permalink
longer timeout for windows terminal
Browse files Browse the repository at this point in the history
windows terminal test failed with:
Error: test_force_enter(Reline::RenderingTest::TestWindows): RuntimeError: Windows Terminal marker process detection failed.
  • Loading branch information
YO4 committed Oct 16, 2024
1 parent 4919eab commit 360d2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=3"

0 comments on commit 360d2d9

Please sign in to comment.