Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
D3Hunter committed Aug 9, 2024
1 parent 53ac9e9 commit 41b3f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddl/tests/indexmerge/merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestAddIndexMergeProcess(t *testing.T) {
}

func TestAddPrimaryKeyMergeProcess(t *testing.T) {
store, dom := testkit.CreateMockStoreAndDomainWithSchemaLease(t, 0)
store, dom := testkit.CreateMockStoreAndDomainWithSchemaLease(t, time.Second)
tk := testkit.NewTestKit(t, store)
tk.MustExec("use test")
tk2 := testkit.NewTestKit(t, store)
Expand Down

0 comments on commit 41b3f1f

Please sign in to comment.