[release-0.6] Pin Jsonnet dependencies

Pin all Jsonnet dependencies to current commit SHA.

Signed-off-by: Simon Rüegg <simon@rueggs.ch>
This commit is contained in:
Simon Rüegg
2021-02-24 13:22:43 +01:00
parent b2b90f25b8
commit a09aff9709
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ func TestQueryPrometheus(t *testing.T) {
}
// Wait for pod to respond at queries at all. Then start verifying their results.
err := wait.Poll(5*time.Second, 1*time.Minute, func() (bool, error) {
err := wait.Poll(5*time.Second, 5*time.Minute, func() (bool, error) {
_, err := promClient.query("up")
return err == nil, nil
})