File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ func runTestMain(m *testing.M) int {
217
217
initScript := "config.lua"
218
218
waitStart := 100 * time .Millisecond
219
219
var connectRetry uint = 3
220
- retryTimeout := 200 * time .Millisecond
220
+ retryTimeout := 500 * time .Millisecond
221
221
222
222
inst1 , err := test_helpers .StartTarantool (test_helpers.StartOpts {
223
223
InitScript : initScript ,
Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ func runTestMain(m *testing.M) int {
836
836
Pass : opts .Pass ,
837
837
WaitStart : 100 * time .Millisecond ,
838
838
ConnectRetry : 3 ,
839
- RetryTimeout : 200 * time .Millisecond ,
839
+ RetryTimeout : 500 * time .Millisecond ,
840
840
})
841
841
defer test_helpers .StopTarantoolWithCleanup (inst )
842
842
Original file line number Diff line number Diff line change @@ -1023,7 +1023,7 @@ func runTestMain(m *testing.M) int {
1023
1023
Pass : opts .Pass ,
1024
1024
WaitStart : 100 * time .Millisecond ,
1025
1025
ConnectRetry : 3 ,
1026
- RetryTimeout : 200 * time .Millisecond ,
1026
+ RetryTimeout : 500 * time .Millisecond ,
1027
1027
})
1028
1028
defer test_helpers .StopTarantoolWithCleanup (inst )
1029
1029
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ func runTestMain(m *testing.M) int {
172
172
Pass : opts .Pass ,
173
173
WaitStart : 100 * time .Millisecond ,
174
174
ConnectRetry : 3 ,
175
- RetryTimeout : 200 * time .Millisecond ,
175
+ RetryTimeout : 500 * time .Millisecond ,
176
176
})
177
177
defer test_helpers .StopTarantoolWithCleanup (inst )
178
178
You can’t perform that action at this time.
0 commit comments