Skip to content

Commit

Permalink
try to fix check quota e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Xuhui zhang <[email protected]>
  • Loading branch information
zxh326 committed Sep 24, 2024
1 parent 93df28a commit 83b744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def check_mount_point(check_path):

def check_quota(name, expected):
output = ""
for i in range(0, 10):
for i in range(0, 30):
process = subprocess.run([
"kubectl", "exec", name, "-c", "app", "-n", "default", "-t", "--", "df", "-h"],
stdout=subprocess.PIPE, stderr=subprocess.PIPE, universal_newlines=True)
Expand Down

0 comments on commit 83b744e

Please sign in to comment.