Skip to content

Commit a460af3

Browse files
committed
Updates the treesitter version
1 parent 02bd85a commit a460af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
sudo cp ./nvim.appimage /usr/bin/nvim
5757
sudo chmod uog+rwx /usr/bin/nvim
5858
- name: Install treesitter parsers
59-
run: nvim --headless -c "lua require'nvim-treesitter'.install({'cpp'}):wait(5000)" -c "q"
59+
run: nvim --headless -c "lua require'nvim-treesitter'.install({'cpp'}):wait(30000)" -c "q"
6060

6161
- name: Run Test
6262
run: ./scripts/run_tests.sh

0 commit comments

Comments
 (0)