Skip to content

Commit 2c53b98

Browse files
Update appspec.yml
change timeout value to 500 from 300
1 parent 8be52cb commit 2c53b98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appspec.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
version: 0.0
1+
version: 0.1
22
os: linux
33
files:
44
- source: /index.html
55
destination: /var/www/html/
66
hooks:
77
BeforeInstall:
88
- location: scripts/install_dependencies
9-
timeout: 300
9+
timeout: 500
1010
runas: root
1111
- location: scripts/start_server
12-
timeout: 300
12+
timeout: 500
1313
runas: root
1414
ApplicationStop:
1515
- location: scripts/stop_server
16-
timeout: 300
16+
timeout: 500
1717
runas: root
1818

0 commit comments

Comments
 (0)