diff --git a/integrationtests/snapshots/go/hover/struct-type.snap b/integrationtests/snapshots/go/hover/struct-type.snap index 08c7820..34aa914 100644 --- a/integrationtests/snapshots/go/hover/struct-type.snap +++ b/integrationtests/snapshots/go/hover/struct-type.snap @@ -1,5 +1,5 @@ ```go -type SharedStruct struct { // size=56 (0x38) +type SharedStruct struct { // size=56 (0x38), class=64 (0x40) ID int Name string Value float64 diff --git a/integrationtests/tests/rust/internal/helpers.go b/integrationtests/tests/rust/internal/helpers.go index 19cf38f..ba227c1 100644 --- a/integrationtests/tests/rust/internal/helpers.go +++ b/integrationtests/tests/rust/internal/helpers.go @@ -21,7 +21,7 @@ func GetTestSuite(t *testing.T) *common.TestSuite { Command: "rust-analyzer", Args: []string{}, WorkspaceDir: filepath.Join(repoRoot, "integrationtests/workspaces/rust"), - InitializeTimeMs: 3000, + InitializeTimeMs: 5000, } // Create a test suite