Skip to content

Commit

Permalink
MB-100 Sleep for more time after MCD crash
Browse files Browse the repository at this point in the history
Otherwise, scans are being issued to indexer while recovery
is in progress and the test is failing sporadically

Change-Id: Ic4c252623a7174668790fdc5ca7bec555d8bbcd0
  • Loading branch information
varunv-cb committed Jan 13, 2023
1 parent c4d4f12 commit 8cbe83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secondary/tests/functionaltests/common_test.go
Expand Up @@ -450,7 +450,7 @@ func forceKillMemcacheD() {
// restart mcd process
fmt.Println("Restarting memcached process ...")
tc.KillMemcacheD()
time.Sleep(20 * time.Second)
time.Sleep(30 * time.Second)
}

func forceKillIndexer() {
Expand Down

0 comments on commit 8cbe83e

Please sign in to comment.