Skip to content

Commit

Permalink
change timeout
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 314e67c commit 26edf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,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 26edf96

Please sign in to comment.