Skip to content

Commit c3c09e7

Browse files
committed
Adds sleep for lock release
1 parent b085449 commit c3c09e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ plan_terraform() {
7676
--volume github-provider:/app/src/github/.terraform \
7777
--volume heroku-provider:/app/src/heroku/.terraform \
7878
infrastructure:"$GITHUB_COMMIT_SHA" -chdir=src/"$dir" plan -input=false 2>&1
79-
sleep 2
79+
sleep 5
8080
done
8181
}

0 commit comments

Comments
 (0)