Merge pull request #9267 from gyuho/member-add-test

snapshot: fix "TestSnapshotV3RestoreMultiMemberAdd"
This commit is contained in:
Gyuho Lee
2018-02-26 10:08:49 -08:00
committed by GitHub
2 changed files with 18 additions and 9 deletions

View File

@@ -17,5 +17,6 @@ package testutil
import "time"
var (
ApplyTimeout = time.Second
RequestTimeout = 3 * time.Second
)