Skip to content

Commit 629a37b

Browse files
authored
Merge pull request #633 from mbaldessari/longer-timeout
Double the time we wait for yaml to apply
2 parents dafe5d9 + f0069e2 commit 629a37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)