Skip to content

Commit 7439b94

Browse files
committed
ci(perf): increase assertion timeout to 5m
1 parent 321e6b6 commit 7439b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/assert_deploy_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ while IFS= read -r file; do
2525
deploy=$(echo "$file" | cut -d/ -f 2)
2626

2727
set +e
28-
kubectl rollout status deploy $deploy --timeout 30s
28+
kubectl rollout status deploy $deploy --timeout 5m
2929
if [ $? -ne 0 ]; then
3030
echo "::error::Deployment $deploy failed to rollout"
3131
DEPLOY_SUCCESSFUL=false

0 commit comments

Comments
 (0)