1
0
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:
Vladimir Mihailenco
2016-03-14 16:51:46 +02:00
parent 46790aa060
commit e37202e605
5 changed files with 24 additions and 15 deletions

View File

@ -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
}