Commit 38cbc4f
authored
test: unreliable "test_connect_stdio" #617
Problem:
test_connect_stdio is flaky because jobwait has a 500ms
timeout, which can expire on slow CI before the subprocess
finishes importing pynvim and attaching via stdio.
Solution:
Increase the jobwait timeout to 5000ms.1 parent e4b6d6a commit 38cbc4f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments