Skip to content

Commit f435212

Browse files
authored
set timeout in seconds in container examples (#145)
1 parent f906e35 commit f435212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/container-schedule/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ custom:
3030
# memoryLimit: 256
3131
# maxScale: 2
3232
# maxConcurrency: 50
33-
# timeout: 20000
33+
# timeout: "20s"
3434
# httpOption: redirected
3535
# Local environment variables - used only in given function
3636
env:

examples/container/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ custom:
2424
# memoryLimit: 256
2525
# maxScale: 2
2626
# maxConcurrency: 50
27-
# timeout: 20000
27+
# timeout: "20s"
2828
# port: 8080
2929
# httpOption: redirected
3030
# Local environment variables - used only in given function

0 commit comments

Comments
 (0)