mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Stabilization Time not long enough for new cluster test
This commit is contained in:
parent
b9ab21dfd2
commit
0b392164cc
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func TestClusterStuff(t *testing.T) {
|
|||
|
||||
// TODO change the sleep to wait for status to return to NORMAL - need support in internal client for getting status
|
||||
t.Log("done with pause, waiting for stability")
|
||||
time.Sleep(time.Second * 3)
|
||||
time.Sleep(time.Second * 20)
|
||||
t.Log("done waiting for stability")
|
||||
|
||||
r, err = cli.Query(context.Background(), "testidx", &pilosa.QueryRequest{Index: "testidx", Query: "Count(Row(testf=0))"})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue