Skip to content

Commit

Permalink
Bump wait
Browse files Browse the repository at this point in the history
  • Loading branch information
nstogner committed Oct 16, 2024
1 parent a1548f8 commit b4c5e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/cache_shared_filesystem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestCacheSharedFilesystem(t *testing.T) {
Namespace: m.Namespace,
Name: fmt.Sprintf("shared-model-cache-%s", cacheProfileName),
}, pvc))
}, 5*time.Second, time.Second/10, "PVC should be created")
}, 15*time.Second, time.Second/10, "PVC should be created")
require.Equal(t, ptr.To("my-storage-class"), pvc.Spec.StorageClassName)
require.Equal(t, "my-pv", pvc.Spec.VolumeName)

Expand Down

0 comments on commit b4c5e53

Please sign in to comment.