Skip to content

Commit

Permalink
increase sleep to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Nov 1, 2024
1 parent 46a2153 commit 3235603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/pkg/kafka/dataflow/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func TestPipelineRollingUpgradeEvents(t *testing.T) {
}

// to allow events to propagate
time.Sleep(500 * time.Millisecond)
time.Sleep(700 * time.Millisecond)

if test.connection {
if test.loadReqV2 != nil {
Expand Down

0 comments on commit 3235603

Please sign in to comment.