Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
enoodle committed Aug 20, 2024
1 parent cb76c82 commit 63ee0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kwok-gpu-device-plugin/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ var _ = Describe("KwokGpuDevicePlugin", func() {

gpuQuantity := node.Status.Capacity[constants.GpuResourceName]
return gpuQuantity.Value() == int64(4)
}, 2*time.Second, 100*time.Millisecond).Should(BeTrue())
}, 3*time.Second, 100*time.Millisecond).Should(BeTrue())
})
})
})
Expand Down

0 comments on commit 63ee0bb

Please sign in to comment.