Commit e70a36a
committed
test: unreliable "test_connect_stdio"
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 e70a36a
1 file changed
+1
-1
lines changed| 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