Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Mou <[email protected]>
  • Loading branch information
Tristan1900 committed Dec 30, 2024
1 parent cdcc291 commit 74a7855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/streamhelper/basic_lib_for_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ func newTestEnv(c *fakeCluster, t *testing.T) *testEnv {
Name: "whole",
Info: &backup.StreamBackupTaskInfo{
Name: "whole",
StartTs: 5,
StartTs: 1,
},
Ranges: rngs,
}
Expand Down

0 comments on commit 74a7855

Please sign in to comment.