We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cf273 commit a7ed844Copy full SHA for a7ed844
topologytest/peer_test.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
// totalWaitTime is the time to wait for a document on a peer. This time is low for rosmar and high for Couchbase Server.
31
-var totalWaitTime = 3 * time.Second
+var totalWaitTime = 8 * time.Second
32
33
// pollInterval is the time to poll to see if a document is updated on a peer
34
var pollInterval = 1 * time.Millisecond
0 commit comments