Skip to content

Commit

Permalink
increase waitFor duration
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Dec 30, 2024
1 parent 99528fc commit 838ebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/k8s_suite/k8s_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func (s *k8sSuite) TestGenericK8s() {
}

s.verifyAPILogs()
}, 300*time.Second, 15*time.Second, "could not valid logs collection in time")
}, 900*time.Second, 15*time.Second, "could not valid logs collection in time")
})
}

Expand Down

0 comments on commit 838ebd9

Please sign in to comment.