Skip to content

Commit fbd31d5

Browse files
imuni4funmugdha-adhav
authored andcommitted
changed to sync from async for this test which may match original intent
1 parent 6ff665b commit fbd31d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/plugin/node_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func TestNodePublishVolumeSync(t *testing.T) {
168168
driver := csicommon.NewCSIDriver(driverName, driverVersion, "fake-node")
169169
assert.NotNil(t, driver)
170170

171-
asyncImagePulls := 15 * time.Minute //TODO: determine intended value for this in the context of this test
171+
asyncImagePulls := 0 * time.Minute //TODO: determine intended value for this in the context of this test
172172
ns := NewNodeServer(driver, mounter, criClient, &testSecretStore{}, asyncImagePulls)
173173

174174
// based on kubelet's csi mounter plugin code

0 commit comments

Comments
 (0)