Skip to content

Commit 404631e

Browse files
committed
Make it fail...
1 parent 26bdf69 commit 404631e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hooks:
1515
runas: root
1616
AfterInstall:
1717
- location: scripts/after_install.sh
18-
timeout: 30
18+
timeout: 100
1919
ApplicationStart:
2020
- location: scripts/application_start.sh
2121
timeout: 60

scripts/after_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ elif which apt-get &>/dev/null; then
66
echo "apt-get"
77
fi
88

9-
#echo "Sleeping..."
10-
#sleep 120
11-
#echo "...Done!"
9+
echo "Sleeping..."
10+
sleep 120
11+
echo "...Done!"

0 commit comments

Comments
 (0)