Skip to content

Commit a7ed844

Browse files
authored
CBG-4826 increase wait time for slow computers (#7724)
1 parent 54cf273 commit a7ed844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topologytest/peer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
// 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
31+
var totalWaitTime = 8 * time.Second
3232

3333
// pollInterval is the time to poll to see if a document is updated on a peer
3434
var pollInterval = 1 * time.Millisecond

0 commit comments

Comments
 (0)