Increasing test timeout

Signed-off-by: Matthias Hanel <mh@synadia.com>
This commit is contained in:
Matthias Hanel
2021-03-09 19:44:15 -05:00
parent 52c4ab60f6
commit e554d54b87

View File

@@ -3563,7 +3563,7 @@ func TestJetStreamClusterRemovePeer(t *testing.T) {
})
// Now check consumer info as well.
checkFor(t, 5*time.Second, 100*time.Millisecond, func() error {
checkFor(t, 20*time.Second, 100*time.Millisecond, func() error {
ci, err := js.ConsumerInfo("TEST", "cat")
if err != nil {
return fmt.Errorf("Could not fetch consumer info: %v", err)