Skip to content

Commit 2778b9e

Browse files
fix test
1 parent aa1bf5d commit 2778b9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

systest/vector/vector_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ func (vsuite *VectorTestSuite) TestVectorIndexWithoutSchemaWithoutIndex() {
518518
require.NoError(t, err)
519519
require.JSONEq(t, fmt.Sprintf(`{"vector":[{"count":%v}]}`, numVectors), string(result.GetJson()))
520520
}
521+
521522
func (vsuite *VectorTestSuite) TestPartitionedHNSWIndex() {
522523
if !vsuite.isForPartitionedIndex {
523524
return

t/t.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func runTestsFor(ctx context.Context, pkg, prefix string, xmlFile string) error
349349
// Todo: There are few race errors in tests itself. Enable this once that is fixed.
350350
// args = append(args, "-race")
351351
} else {
352-
args = append(args, "-timeout", "30m")
352+
args = append(args, "-timeout", "60m")
353353
}
354354

355355
if *count > 0 {

0 commit comments

Comments
 (0)