Skip to content

Commit e3e34fa

Browse files
committed
More tolerance in tests to make them more stable.
1 parent 3015090 commit e3e34fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/server_util.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ func testResilientSingle(t *testing.T, starterEndpoint string, isSecure bool, ex
104104
// testProcesses runs a series of tests to verify a good series of database servers.
105105
func testProcesses(t *testing.T, c client.API, mode, starterEndpoint string, isSecure bool,
106106
expectAgencyOnly bool, syncEnabled bool, singleTimeout, reachableTimeout time.Duration) {
107+
// Give the deployment a little bit of time:
108+
time.Sleep(3 * time.Second)
107109
ctx := context.Background()
108110

109111
// Fetch version

0 commit comments

Comments
 (0)