Skip to content

Commit fbdbfb8

Browse files
authored
Merge pull request #463 from mbaldessari/common-automatic-update
Double the time we wait for yaml to apply
2 parents 4b9218b + 7710932 commit fbdbfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/scripts/deploy-pattern.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -o pipefail
33

4-
RUNS=10
4+
RUNS=20
55
WAIT=15
66
# Retry five times because the CRD might not be fully installed yet
77
echo -n "Installing pattern: "

0 commit comments

Comments
 (0)