Skip to content

Commit 8a7ba80

Browse files
committed
fix: TestEnableSigterm
1 parent 9c32960 commit 8a7ba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/sigterm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func TestEnableSigterm(t *testing.T) {
8989

9090
time.Sleep(5 * time.Second) // Wait for container to start
9191

92-
client := &http.Client{Timeout: 5 * time.Second}
92+
client := &http.Client{Timeout: 10 * time.Second}
9393
invokeURL := fmt.Sprintf("http://127.0.0.1:%d/2015-03-31/functions/function/invocations", port)
9494
resp, err := client.Post(invokeURL, "application/json", strings.NewReader("{}"))
9595
require.NoError(t, err)

0 commit comments

Comments
 (0)