Skip to content

Commit f5ef71d

Browse files
flaky: increase timeouts
1 parent 29c447e commit f5ef71d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

multi/multi_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func runTestMain(m *testing.M) int {
217217
initScript := "config.lua"
218218
waitStart := 100 * time.Millisecond
219219
var connectRetry uint = 3
220-
retryTimeout := 200 * time.Millisecond
220+
retryTimeout := 500 * time.Millisecond
221221

222222
inst1, err := test_helpers.StartTarantool(test_helpers.StartOpts{
223223
InitScript: initScript,

queue/queue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ func runTestMain(m *testing.M) int {
836836
Pass: opts.Pass,
837837
WaitStart: 100 * time.Millisecond,
838838
ConnectRetry: 3,
839-
RetryTimeout: 200 * time.Millisecond,
839+
RetryTimeout: 500 * time.Millisecond,
840840
})
841841
defer test_helpers.StopTarantoolWithCleanup(inst)
842842

tarantool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ func runTestMain(m *testing.M) int {
10231023
Pass: opts.Pass,
10241024
WaitStart: 100 * time.Millisecond,
10251025
ConnectRetry: 3,
1026-
RetryTimeout: 200 * time.Millisecond,
1026+
RetryTimeout: 500 * time.Millisecond,
10271027
})
10281028
defer test_helpers.StopTarantoolWithCleanup(inst)
10291029

uuid/uuid_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func runTestMain(m *testing.M) int {
172172
Pass: opts.Pass,
173173
WaitStart: 100 * time.Millisecond,
174174
ConnectRetry: 3,
175-
RetryTimeout: 200 * time.Millisecond,
175+
RetryTimeout: 500 * time.Millisecond,
176176
})
177177
defer test_helpers.StopTarantoolWithCleanup(inst)
178178

0 commit comments

Comments
 (0)