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 3, 2024
1 parent 108d38f commit afa7739
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 afa7739

Please sign in to comment.