File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 35
35
from ycmd .tests .java import PathToTestFile , SharedYcmd
36
36
from ycmd .tests .test_utils import ( CombineRequest ,
37
37
ParameterMatcher ,
38
- SignatureMatcher )
38
+ SignatureMatcher ,
39
+ WithRetry )
39
40
40
41
41
42
def ProjectPath ( * args ):
@@ -78,6 +79,7 @@ def RunTest( app, test ):
78
79
assert_that ( response .json , test [ 'expect' ][ 'data' ] )
79
80
80
81
82
+ @WithRetry
81
83
@SharedYcmd
82
84
def SignatureHelp_MethodTrigger_test ( app ):
83
85
RunTest ( app , {
@@ -105,6 +107,7 @@ def SignatureHelp_MethodTrigger_test( app ):
105
107
} )
106
108
107
109
110
+ @WithRetry
108
111
@SharedYcmd
109
112
def SignatureHelp_ArgTrigger_test ( app ):
110
113
RunTest ( app , {
@@ -136,6 +139,7 @@ def SignatureHelp_ArgTrigger_test( app ):
136
139
} )
137
140
138
141
142
+ @WithRetry
139
143
@SharedYcmd
140
144
def SignatureHelp_Constructor_test ( app ):
141
145
RunTest ( app , {
You can’t perform that action at this time.
0 commit comments