Skip to content

Commit

Permalink
fix: increase timeout for hover yamlls integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed May 8, 2024
1 parent b657b7f commit d634a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/adapter/yamlls/hover_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestYamllsHoverIntegration(t *testing.T) {
},
}, tt.word)
return err == nil && strings.Contains(result.Contents.Value, tt.expected)
}, time.Second*10, time.Second/2)
}, time.Second*60, time.Second*5)
})
}
}

0 comments on commit d634a7a

Please sign in to comment.