Skip to content

Commit

Permalink
fix: integraiton test GC timeout on kube 1.31.0 (#2531)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri authored Sep 18, 2024
1 parent d3fc897 commit 24494cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class IntegrationTestConstants {

public static final int GARBAGE_COLLECTION_TIMEOUT_SECONDS = 30;
public static final int GARBAGE_COLLECTION_TIMEOUT_SECONDS = 60;

}

0 comments on commit 24494cb

Please sign in to comment.