diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-01-15 09:27:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 09:27:46 +0100 |
| commit | e08a5b13312495fe6534b0c9b89cc0ffe06b7079 (patch) | |
| tree | 87f56389eb3af4a411ef119d643b84815f4b4acf /lua/telescope/pickers/_test.lua | |
| parent | 57012550977679925176819345adc4d0dce85a00 (diff) | |
feat: show git log for remote branches (#428)
Diffstat (limited to 'lua/telescope/pickers/_test.lua')
| -rw-r--r-- | lua/telescope/pickers/_test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/pickers/_test.lua b/lua/telescope/pickers/_test.lua index 1ab5a97..eeb9823 100644 --- a/lua/telescope/pickers/_test.lua +++ b/lua/telescope/pickers/_test.lua @@ -155,7 +155,7 @@ local get_results_from_file = function(file) }, } - j:sync(1000) + j:sync(10000) local results = j:stderr_result() local result_table = {} |
