Skip to content

Commit

Permalink
Increasing timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Joy John Pinto <86055382+pintojoy@users.noreply.github.com>
  • Loading branch information
pintojoy committed Sep 25, 2024
1 parent 50d1ab0 commit f6aea34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_validate_cluster_resource_profile(self, perf_profile):

# Wait up to 600 seconds for performance changes to reflect
sample = TimeoutSampler(
timeout=900,
timeout=600,
sleep=300,
func=verify_performance_profile_change,
perf_profile=self.perf_profile,
Expand Down

0 comments on commit f6aea34

Please sign in to comment.