We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bdf69 commit 404631eCopy full SHA for 404631e
appspec.yml
@@ -15,7 +15,7 @@ hooks:
15
runas: root
16
AfterInstall:
17
- location: scripts/after_install.sh
18
- timeout: 30
+ timeout: 100
19
ApplicationStart:
20
- location: scripts/application_start.sh
21
timeout: 60
scripts/after_install.sh
@@ -6,6 +6,6 @@ elif which apt-get &>/dev/null; then
6
echo "apt-get"
7
fi
8
9
-#echo "Sleeping..."
10
-#sleep 120
11
-#echo "...Done!"
+echo "Sleeping..."
+sleep 120
+echo "...Done!"
0 commit comments