Skip to content

Commit

Permalink
removing sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 12, 2024
1 parent 5ad174f commit 74844bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gpu/nvidia_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ type NvidiaTestRunner struct {
var _ test_runner.ITestRunner = (*NvidiaTestRunner)(nil)

func (t *NvidiaTestRunner) Validate() status.TestGroupResult {
time.Sleep(180 * time.Second)
var testResults []status.TestResult
testResults = append(testResults, metric.ValidateMetrics(t.env, gpuMetricIndicator, expectedDimsToMetrics)...)
testResults = append(testResults, metric.ValidateLogs(t.env))
Expand Down

0 comments on commit 74844bd

Please sign in to comment.