We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c32960 commit 8a7ba80Copy full SHA for 8a7ba80
lambda/sigterm_test.go
@@ -89,7 +89,7 @@ func TestEnableSigterm(t *testing.T) {
89
90
time.Sleep(5 * time.Second) // Wait for container to start
91
92
- client := &http.Client{Timeout: 5 * time.Second}
+ client := &http.Client{Timeout: 10 * time.Second}
93
invokeURL := fmt.Sprintf("http://127.0.0.1:%d/2015-03-31/functions/function/invocations", port)
94
resp, err := client.Post(invokeURL, "application/json", strings.NewReader("{}"))
95
require.NoError(t, err)
0 commit comments