Skip to content

Commit 4d70ecf

Browse files
authored
Be more patient
1 parent 0a63e0b commit 4d70ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps-create-helper-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function create-db-branch {
1717
exit 1
1818
fi
1919

20-
wait_for_branch_readiness 7 "$DB_NAME" "$BRANCH_NAME" "$ORG_NAME" 10
20+
wait_for_branch_readiness 10 "$DB_NAME" "$BRANCH_NAME" "$ORG_NAME" 20
2121
if [ $? -ne 0 ]; then
2222
echo "Branch $BRANCH_NAME is not ready"
2323
exit 1

0 commit comments

Comments
 (0)