mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Skip flaky tests.
This commit is contained in:
@ -139,7 +139,7 @@ func startCluster(scenario *clusterScenario) error {
|
||||
return fmt.Errorf("cluster did not reach consistent state (%v)", res)
|
||||
}
|
||||
return nil
|
||||
}, 10*time.Second)
|
||||
}, 30*time.Second)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user