Skip to content

Commit

Permalink
roachtest: fix flake in TestMonitor
Browse files Browse the repository at this point in the history
Accidentally changed this in cockroachdb#29178.

Release note: None
  • Loading branch information
tbg committed Aug 30, 2018
1 parent b62c739 commit 2e1c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func TestClusterMonitor(t *testing.T) {
return ctx.Err()
})

err := m.wait(`echo`, `1`)
err := m.wait(`sleep`, `100`)
expectedErr := `worker-fail`
if !testutils.IsError(err, expectedErr) {
t.Errorf(`expected %s err got: %+v`, expectedErr, err)
Expand Down

0 comments on commit 2e1c46f

Please sign in to comment.